| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
(char *). This is a slightly simplified version of the patch in the PR. It
fixes compilitation issues with -O3.
PR: misc/124385
Notes:
svn path=/head/; revision=180076
|
| |
|
|
|
|
|
| |
build libkse. This should fix WITHOUT_LIBTHR builds as a side effect.
Notes:
svn path=/head/; revision=177714
|
| |
|
|
|
|
|
|
|
|
| |
treatment of 'LIBKSE' as an "old style" knob.
Submitted by: ru
Approved by: re(kensmith)
Notes:
svn path=/head/; revision=172500
|
| |
|
|
|
|
|
|
|
| |
This introduces the WITHOUT_LIBKSE nob,
and changes WITHOUT_LIBPTHREADS to mean with neither threading libs.
Approved by: re(kensmith)
Notes:
svn path=/head/; revision=172491
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the threading libraries is built. This simplifies the
logic in makefiles that need to check if the pthreads
support is present. It also fixes a bug where we would
build a threading library that we shouldn't have built:
for example, building with WITHOUT_LIBTHR and the default
value of DEFAULT_THREADING_LIB (libthr) would mistakenly
build the libthr library, but not install it.
Approved by: re (kensmith)
Notes:
svn path=/head/; revision=172403
|
| |
|
|
|
|
|
| |
Explained by: ru
Notes:
svn path=/head/; revision=168041
|
| |
|
|
|
|
|
|
| |
PR: bin/104478
Submitted by: Mike Durian <durian shadetreesoftware.com>
Notes:
svn path=/head/; revision=167991
|
| |
|
|
| |
Notes:
svn path=/head/; revision=166529
|
| |
|
|
|
|
|
|
|
|
| |
as the latter can be built without threading (with the loss of line
editing functionality).
Pointed by: glebius
Notes:
svn path=/head/; revision=164676
|
| |
|
|
| |
Notes:
svn path=/head/; revision=164618
|
| |
|
|
| |
Notes:
svn path=/head/; revision=162491
|
| |
|
|
|
|
|
|
|
| |
- style(9) nits.
Submitted by: ru
Notes:
svn path=/head/; revision=161071
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Details:
- The main thread runs editline(3) functions, that can block.
- A separate thread is launched to monitor netgraph sockets.
- The access to the descriptors is protected by a mutex. At
runtime the monitoring thread owns the mutex. When the main
thread reads a command from el_gets() it asks the monitoring
thread to release a mutex and sleep until the main thread
processes the command.
This makes ngctl(8) depend on libedit, and libpthread. Thus, the
new functionality isn't compiled in if release is being built
with -DRELEASE_CRUNCH.
PR: bin/87352
Reviewed by: ru, Nuno Antunes <nuno.antunes gmail.com>
Notes:
svn path=/head/; revision=161044
|
| |
|
|
|
|
|
| |
error in ISO C (both 90 and 99).
Notes:
svn path=/head/; revision=160423
|
| |
|
|
| |
Notes:
svn path=/head/; revision=160002
|
| |
|
|
| |
Notes:
svn path=/head/; revision=158882
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
nodes from (N + 1) to 1, where N is the number of
nodes in the system.
- Implement "ls -l" which runs the "show" command for
each node.
In collaboration with: glebius
Notes:
svn path=/head/; revision=141575
|
| |
|
|
|
|
|
| |
net.graph.maxdgram sysctls.
Notes:
svn path=/head/; revision=141303
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140368
|
| |
|
|
|
|
|
|
|
|
|
|
| |
to deal with a big number of nodes.
Submitted by: archie
Approved by: archie
Reported and tested: Konstantin Timashkov
MFC after: 1 month
Notes:
svn path=/head/; revision=138076
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131500
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125115
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125011
|
| |
|
|
|
|
|
|
|
|
| |
very useful .dot files of your netgraph(4) to quickly visualize the
nodes, hooks and edges. An example of this can be found here:
http://people.freebsd.org/~green/sample-netgraph-dot.ps
If anyone would like to refine the output further, please do so.
Notes:
svn path=/head/; revision=124271
|
| |
|
|
|
|
|
| |
will not be written twice.
Notes:
svn path=/head/; revision=124130
|
| |
|
|
|
|
|
| |
and use the new constants which do.
Notes:
svn path=/head/; revision=122556
|
| |
|
|
| |
Notes:
svn path=/head/; revision=107844
|
| |
|
|
|
|
|
|
| |
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
Notes:
svn path=/head/; revision=95258
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=89674
|
| |
|
|
| |
Notes:
svn path=/head/; revision=81687
|
| |
|
|
|
|
|
|
| |
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
Notes:
svn path=/head/; revision=80029
|
| |
|
|
| |
Notes:
svn path=/head/; revision=80022
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79755
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79537
|
| |
|
|
|
|
|
| |
- MAN[1-9] -> MAN.
Notes:
svn path=/head/; revision=74816
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74532
|
| |
|
|
|
|
|
| |
(Yes, I'm going to bed now to get some much needed sleep...)
Notes:
svn path=/head/; revision=74390
|
| |
|
|
|
|
|
| |
messages.
Notes:
svn path=/head/; revision=74383
|
| |
|
|
|
|
|
|
|
|
| |
Somebody submitted this long time ago, and it has been sitting in my
tree for months because I thought archie would pick it up.
Submitted by: (sorry, lost track)
Notes:
svn path=/head/; revision=74360
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70015
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68854
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68756
|
| |
|
|
|
|
|
| |
Submitted by: Dave Cornelius <dc@packetdesign.com>
Notes:
svn path=/head/; revision=66904
|
| |
|
|
|
|
|
|
| |
PR: bin/20052
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
Notes:
svn path=/head/; revision=63673
|
| |
|
|
| |
Notes:
svn path=/head/; revision=62473
|
| |
|
|
|
|
|
| |
This may or may not survive, decision will be made well before 5.0-R
Notes:
svn path=/head/; revision=62471
|
| |
|
|
|
|
|
|
|
| |
synchronous reply, and display it (if any) before exiting.
Requested by: phk
Notes:
svn path=/head/; revision=61880
|
| |
|
|
| |
Notes:
svn path=/head/; revision=59880
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58018
|
| |
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57673
|