summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Sort sections, use Ex macro in Diagnostics section, point out that the firsttjr2002-06-101-11/+4
* Add History section. sleep appeared in v4.tjr2002-06-101-0/+5
* Add another example for using paste(1) since tjr seemed to want more examplesjmallett2002-06-101-0/+7
* Add an EXAMPLES section with three examples. Document the problem withtjr2002-06-101-0/+17
* Refer to environ(7) for description of COLUMNS instead of describing ittjr2002-06-101-10/+9
* The 10 occurrence limit for the `s' command documented here has not existedtjr2002-06-101-3/+4
* Newlines are not escaped anymore.tjr2002-06-101-2/+0
* Don't write escape newlines with `l' command (SUSv3)tjr2002-06-101-3/+3
* Go back to taking the user's umask into account. Thanks to Alfred fordougb2002-06-101-23/+31
* o In vm_map_entry_create(), call uma_zalloc() with M_NOWAIT on system maps.alc2002-06-101-5/+6
* Correctly handle global substitutions where the pattern is only "$", thetjr2002-06-101-0/+3
* Document the cred_update_thread() function, and fix the RETURN VALUES.davidc2002-06-101-2/+19
* Note early appearence of some commands. These actually appeared in PWB, butjmallett2002-06-102-1/+6
* Change our default XF86Config location from /etc/ to /etc/X11/,obrien2002-06-104-3/+7
* The moduledata_t argument is not a pointer, and sysstem_sub_id shoulddavidc2002-06-101-2/+2
* Correct the logic for determining whether the per-CPU locks neediedowse2002-06-101-1/+1
* Add signal.9 and friends.davidc2002-06-101-1/+11
* New man page that documents many of the kernel related signal functions.davidc2002-06-101-0/+411
* Check the run dependencies, not the build dependenciesbrian2002-06-101-1/+1
* o Add vm_map_wire() for wiring contiguous regions of either kernelalc2002-06-091-1/+159
* o Remove include of <sys/types.h>, it adds too much pollution;mike2002-06-091-9/+28
* Don't depend on <pwd.h> to bogusly include <sys/types.h>.mike2002-06-092-0/+4
* Fix driver to re-enable sound output on AD1816 based cards caused by anhm2002-06-091-0/+4
* Catch up with kernel.phk2002-06-096-12/+12
* Improve some on the naming.phk2002-06-0912-53/+55
* Stamp out Danglish: Spelling, grammer and other nitpicking.phk2002-06-091-36/+37
* Per previous discussion, and with Mark's blessing, update the valuedougb2002-06-093-1/+6
* if you have taken the mbuf out of the message object, then if you passjulian2002-06-091-1/+3
* Use socklen_t for the length of a socket structure instead of `int'.keramida2002-06-091-1/+2
* Replace <strings.h> with <string.h>. No functions from the former arekeramida2002-06-091-1/+1
* Fix bug which has been there since rev 1.1 where && was used instead of &.hsu2002-06-091-1/+1
* Renamed the idempotency identifier to match the file name. Cleaned upbde2002-06-091-15/+14
* ANSIfy a few prototypes, thus fixing a few warnings.keramida2002-06-091-5/+5
* Check the return value of getcwd() to avoid printf()ing a NULL. Markmike2002-06-091-4/+5
* Allow one to profile FORTRAN77 programs.obrien2002-06-093-7/+35
* Fix a '<<' that should have been a '>>' in the 48bit case.sos2002-06-081-1/+1
* Restore revision 1.15 (use profiled C++ libs) which wasn't on the WIP_GCC31obrien2002-06-081-1/+3
* Don't have -prefixlen 128 on host routes.ume2002-06-081-8/+5
* o Simplify vm_map_unwire() by merging the second and third passesalc2002-06-081-17/+11
* Fix compiling FORTRAN77 programs.obrien2002-06-081-0/+1
* Allow whitespace to act as a delimiter in the keywords list given to the -o,jmallett2002-06-082-5/+14
* Use the Tn macro for COBOL, FORTRAN, PL/1, SNOBOL.tjr2002-06-081-6/+12
* Support the "--" end-of-options marker.tjr2002-06-081-0/+3
* Activate new GNU sort from contribache2002-06-0819-4468/+1299
* nroff and pr no longer try to disallow messages.tjr2002-06-081-7/+1
* Add an examples section. Avoid beginning a sentence with a lowercase letter.tjr2002-06-081-0/+14
* Use easy way to sense C and POSIX locales, like in GLIBCache2002-06-081-1/+2
* Document cut(1)'s deficiencies in dealing with multibyte characters in thetjr2002-06-081-0/+14
* Some upgrade instructionsache2002-06-081-0/+13
* This commit was generated by cvs2svn to compensate for changes in r98038,ache2002-06-0853-0/+18692
|\
OpenPOWER on IntegriCloud