| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach fmtcheck(3) about the flags a, A, F, G, t, and z. | das | 2003-06-29 | 1 | -8/+28 |
* | fix NIS+ YP compat mode | jwd | 2003-06-27 | 1 | -3/+4 |
* | Don't statically initialize buf to _PATH_DEV, _PATH_DEV always copied to | ache | 2003-06-24 | 1 | -1/+1 |
* | Supplement the cross-references section with those to sigpending(2) | yar | 2003-06-24 | 1 | -0/+2 |
* | ttyname(3) must return absolute pathnames. | phk | 2003-06-21 | 1 | -2/+8 |
* | Use devname(3) to do the task. | phk | 2003-06-20 | 1 | -66/+2 |
* | Add devname_r(3) which takes a buffer as argument. | phk | 2003-06-20 | 2 | -56/+21 |
* | Make the execle() synopsis look (again) like a normal C prototype. | ru | 2003-06-18 | 1 | -3/+3 |
* | Fix the execle(3) synopsis to include the environment pointer. | phk | 2003-06-17 | 1 | -1/+1 |
* | The .Fn function | charnier | 2003-06-08 | 1 | -3/+6 |
* | Add or correct section number in .Xr. Use .Vt or .Fn | charnier | 2003-06-08 | 4 | -9/+9 |
* | Recognize the magic NODEV value. | phk | 2003-06-05 | 1 | -3/+3 |
* | Match style of source and headers. | jmallett | 2003-06-01 | 1 | -1/+1 |
* | Assorted mdoc(7) fixes. | ru | 2003-06-01 | 4 | -147/+157 |
* | Make prototype match code with regard to constness of args to the | jmallett | 2003-06-01 | 1 | -1/+1 |
* | Add an stub for _rtld_thread_init. This is a part I missed in | kan | 2003-05-30 | 1 | -0/+7 |
* | Assorted mdoc(7) fixes. | ru | 2003-05-22 | 3 | -15/+17 |
* | Fixed troff(1) and mdoc(7) warnings. | ru | 2003-05-18 | 2 | -3/+3 |
* | Catch up with the renaming of the "union" filesystem to "unionfs". | tjr | 2003-05-16 | 1 | -1/+1 |
* | Use the .Dl macro. | trhodes | 2003-05-01 | 1 | -1/+1 |
* | State the fact that the range is twice the traditional RAND_MAX. | trhodes | 2003-05-01 | 1 | -1/+16 |
* | Back out the `hiding' of strlcpy and strlcat. Several people | nectar | 2003-05-01 | 5 | -25/+25 |
* | `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference | nectar | 2003-04-29 | 5 | -25/+25 |
* | Replace the return value of rfork_thread(3) in its manual page | robert | 2003-04-27 | 1 | -1/+1 |
* | When using `compat' mode, be sure to re-dispatch setpwent, endpwent, | nectar | 2003-04-25 | 2 | -0/+58 |
* | In compat mode, we `redispatch' the lookup. It is probably a good | nectar | 2003-04-24 | 1 | -0/+1 |
* | Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' by | nectar | 2003-04-24 | 1 | -1/+3 |
* | ``Strong typing is a crutch for people with weak memories.'' | nectar | 2003-04-22 | 1 | -3/+3 |
* | Don't try to access the NIS `master' maps unless we have superuser | nectar | 2003-04-21 | 1 | -7/+9 |
* | Repair a bug in which a faulty group entry (one with only 2 colons) | nectar | 2003-04-20 | 1 | -8/+6 |
* | Follow-up to revision 1.74: Using the result buffer to store our empty | nectar | 2003-04-18 | 1 | -22/+16 |
* | Follow-up to revision 1.73: set _PWF_FILES when `compat' source is used | nectar | 2003-04-18 | 1 | -4/+13 |
* | Don't use `memset' to initialize a struct passwd. A module | nectar | 2003-04-18 | 1 | -6/+31 |
* | Correctly set _PWF_FILES in pw_fields when appropriate. | nectar | 2003-04-18 | 1 | -2/+6 |
* | Revert the definitions of _PW_KEY* to their previous values. There is | nectar | 2003-04-18 | 1 | -2/+2 |
* | The default if nsswitch.conf(5) is not present is supposed to be the | nectar | 2003-04-18 | 2 | -2/+2 |
* | = Implement thread-safe versions of the getpwent(3) and getgrent(3) | nectar | 2003-04-17 | 4 | -1542/+2604 |
* | = Implement name service switch modules (NSS modules). NSS modules | nectar | 2003-04-17 | 1 | -1/+3 |
* | Return "/boot/kernel/kernel" instead of "/kernel" if the sysctl() call | tjr | 2003-04-11 | 1 | -1/+1 |
* | Bump the date. | mdodd | 2003-04-07 | 1 | -1/+1 |
* | Clarify the behavior of PATH_FSTAB with regard to 'tainted' execution. | mdodd | 2003-04-07 | 1 | -0/+7 |
* | - Add setfstab() and getfstab(). | mdodd | 2003-04-07 | 3 | -4/+71 |
* | - Define a _spinunlock() function so that threading implementations may do | jeff | 2003-03-26 | 1 | -0/+9 |
* | The .Fn function | charnier | 2003-03-24 | 1 | -1/+2 |
* | The .Fn function. Use .Xr where appropriate. | charnier | 2003-03-24 | 4 | -14/+23 |
* | - Revamp the function _nis_initshells() to make getusershell() backed | robert | 2003-03-19 | 1 | -35/+30 |
* | If realloc(3) fails in copyline(), do not make matters worse by | robert | 2003-03-19 | 1 | -6/+11 |
* | Document return type of wordfree() (void). Reduce the space between | tjr | 2003-03-13 | 1 | -3/+4 |
* | Eliminate 19 warnings in libc (at level WARNS=2) of the | nectar | 2003-02-27 | 2 | -0/+2 |
* | Fixed copyright. | ru | 2003-02-24 | 1 | -20/+32 |