| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was generated by cvs2svn to compensate for changes in r98121, | gshapiro | 2002-06-11 | 432 | -1044/+2215 |
|\ |
|
| * | Import sendmail 8.12.4 | gshapiro | 2002-06-11 | 453 | -1117/+2364 |
* | | Time counter stats are unsigned, advertise them to sysctl(8) that way. | kbyanc | 2002-06-11 | 1 | -1/+1 |
* | | o Properly handle a failure by vm_fault_wire() or vm_fault_user_wire() | alc | 2002-06-11 | 1 | -4/+20 |
* | | SO_PRIVSTATE has been commented out for long enough now.... | wollman | 2002-06-11 | 1 | -1/+0 |
* | | Add a reference count to struct fetchconn so we don't prematurely close and | des | 2002-06-11 | 3 | -1/+22 |
* | | Use the constants from <limits.h> for the sizes of integral C types | robert | 2002-06-11 | 5 | -12/+10 |
* | | Remember to initialize the control block head mutex. | hsu | 2002-06-11 | 2 | -0/+2 |
* | | Fix typo. | hsu | 2002-06-11 | 1 | -2/+2 |
* | | #include <sys/disklabel.h> to get BBSIZE. | phk | 2002-06-11 | 1 | -0/+1 |
* | | paste(1) appeared at least as early as 32v. | tjr | 2002-06-11 | 1 | -0/+5 |
* | | cut(1) appeared at least as early as System III. | tjr | 2002-06-11 | 1 | -0/+7 |
* | | Make the alpha architecture use the common ufsread(). | phk | 2002-06-11 | 3 | -279/+44 |
* | | o Teach vm_map_delete() to respect the "in-transition" flag | alc | 2002-06-11 | 1 | -0/+31 |
* | | Every array elt is initialized in the following loop, so remove | hsu | 2002-06-10 | 1 | -1/+1 |
* | | Note that this appeared at least as early as PWB UNIX. | jmallett | 2002-06-10 | 10 | -12/+22 |
* | | ps(1) appeared in v4 | jmallett | 2002-06-10 | 1 | -1/+1 |
* | | Convert hit and miss counters to unsigned values. Surely negative values | kbyanc | 2002-06-10 | 2 | -6/+6 |
* | | Dillon's recent commits to the dynamic linker without running them | jdp | 2002-06-10 | 1 | -1/+0 |
* | | Correct a bug in the last commit. The whole point of creating a 'done:' | dillon | 2002-06-10 | 2 | -6/+6 |
* | | Lock up inpcb. | hsu | 2002-06-10 | 15 | -119/+668 |
* | | - Whitespace only: use return statement consistentlt (return (foo), not | sobomax | 2002-06-10 | 1 | -8/+6 |
* | | In tracking down an installation seg fault with then openoffice port | dillon | 2002-06-10 | 2 | -18/+42 |
* | | Put geom_gpt.c under the GEOM option instead of having a special GEOM_GPT | phk | 2002-06-10 | 4 | -7/+3 |
* | | Fix up the wording thoughout, and document locking. | davidc | 2002-06-10 | 1 | -16/+25 |
* | | Fix wording and spelling in the trapsignal() description. | davidc | 2002-06-10 | 1 | -1/+1 |
* | | cvs -j -j gave me two copies of TARGET_VERSION and I didn't notice | obrien | 2002-06-10 | 1 | -3/+0 |
* | | Remove -j from synopsis. The form given in the synopsis was incorrect, | tjr | 2002-06-10 | 1 | -1/+0 |
* | | When stat(2) fails, put the name of the component it failed on in the | tjr | 2002-06-10 | 1 | -1/+2 |
* | | Sort sections, use Ex macro in Diagnostics section, point out that the first | tjr | 2002-06-10 | 1 | -11/+4 |
* | | Add History section. sleep appeared in v4. | tjr | 2002-06-10 | 1 | -0/+5 |
* | | Add another example for using paste(1) since tjr seemed to want more examples | jmallett | 2002-06-10 | 1 | -0/+7 |
* | | Add an EXAMPLES section with three examples. Document the problem with | tjr | 2002-06-10 | 1 | -0/+17 |
* | | Refer to environ(7) for description of COLUMNS instead of describing it | tjr | 2002-06-10 | 1 | -10/+9 |
* | | The 10 occurrence limit for the `s' command documented here has not existed | tjr | 2002-06-10 | 1 | -3/+4 |
* | | Newlines are not escaped anymore. | tjr | 2002-06-10 | 1 | -2/+0 |
* | | Don't write escape newlines with `l' command (SUSv3) | tjr | 2002-06-10 | 1 | -3/+3 |
* | | Go back to taking the user's umask into account. Thanks to Alfred for | dougb | 2002-06-10 | 1 | -23/+31 |
* | | o In vm_map_entry_create(), call uma_zalloc() with M_NOWAIT on system maps. | alc | 2002-06-10 | 1 | -5/+6 |
* | | Correctly handle global substitutions where the pattern is only "$", the | tjr | 2002-06-10 | 1 | -0/+3 |
* | | Document the cred_update_thread() function, and fix the RETURN VALUES. | davidc | 2002-06-10 | 1 | -2/+19 |
* | | Note early appearence of some commands. These actually appeared in PWB, but | jmallett | 2002-06-10 | 2 | -1/+6 |
* | | Change our default XF86Config location from /etc/ to /etc/X11/, | obrien | 2002-06-10 | 4 | -3/+7 |
* | | The moduledata_t argument is not a pointer, and sysstem_sub_id should | davidc | 2002-06-10 | 1 | -2/+2 |
* | | Correct the logic for determining whether the per-CPU locks need | iedowse | 2002-06-10 | 1 | -1/+1 |
* | | Add signal.9 and friends. | davidc | 2002-06-10 | 1 | -1/+11 |
* | | New man page that documents many of the kernel related signal functions. | davidc | 2002-06-10 | 1 | -0/+411 |
* | | Check the run dependencies, not the build dependencies | brian | 2002-06-10 | 1 | -1/+1 |
* | | o Add vm_map_wire() for wiring contiguous regions of either kernel | alc | 2002-06-09 | 1 | -1/+159 |
* | | o Remove include of <sys/types.h>, it adds too much pollution; | mike | 2002-06-09 | 1 | -9/+28 |