| Commit message (Expand) | Author | Age | Files | Lines |
* | Make raise and _raise as weak symbols, so they can be overriden by | davidxu | 2003-07-19 | 1 | -1/+4 |
* | Rewrite to reflect slight change in semantics for C99, and note a bug | wollman | 2003-07-19 | 1 | -22/+39 |
* | C99 compliance: time() always sets its return value in both places | wollman | 2003-07-19 | 1 | -4/+7 |
* | Revert to using yp_order() to probe for master.paswd.by* maps and | wpaul | 2003-07-18 | 1 | -7/+14 |
* | Whitespace after keywords per style(9). | wollman | 2003-07-18 | 1 | -2/+2 |
* | With the latest mdoc(7), we can now fix the synopsis like this. | ru | 2003-07-03 | 1 | -3/+9 |
* | Fixed some style bugs. | bde | 2003-07-01 | 1 | -6/+7 |
* | Don't segfault if setproctitle(3) is called with NULL initially. | alfred | 2003-07-01 | 1 | -0/+1 |
* | Add a libc function execvP that takes the search path as an arguement. | gordon | 2003-06-29 | 2 | -15/+40 |
* | 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 |