| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow foot shooting as Linux emulation needs it. | julian | 2003-08-04 | 1 | -1/+2 |
* | Restore including of "collate.h", for its own prototype (mis)match detection | ache | 2003-08-03 | 1 | -0/+1 |
* | Remove commented out and never used code | ache | 2003-08-03 | 1 | -34/+1 |
* | Remove __collate_range_cmp() stabilization, it conflicts with ranges | ache | 2003-08-03 | 1 | -10/+2 |
* | Override the default stubs for getcontext(2) and swapcontext(2) so | marcel | 2003-08-02 | 3 | -2/+80 |
* | The END() must expand to the .endp directive with the same name as | marcel | 2003-08-01 | 3 | -6/+5 |
* | Cross-reference arc4random(3). | das | 2003-07-31 | 1 | -0/+4 |
* | The upper end of the range of arc4random(3) is 2**32-1, not 2**31-1. | das | 2003-07-31 | 1 | -2/+4 |
* | Update manual for i386_set_ldt to reflect newly added features. | davidxu | 2003-07-31 | 1 | -0/+34 |
* | Only allow trapframe formats instead of sigframe formats like the | marcel | 2003-07-30 | 1 | -4/+4 |
* | Minor constification. | phk | 2003-07-29 | 1 | -2/+2 |
* | Add support for gb18030 encoding | ache | 2003-07-29 | 3 | -1/+170 |
* | * Merge index(3) and rindex(3) to index(3) since the two functions are | simon | 2003-07-28 | 5 | -216/+61 |
* | Set mc_len to sizeof(mcontext_t), otherwise it is an invalid context. | davidxu | 2003-07-26 | 1 | -0/+1 |
* | Revert previous commit. We don't use setjmp()/longjmp() for context | marcel | 2003-07-25 | 1 | -4/+2 |
* | An u_int8_t can never be bigger than 255, so remove a useless check. | mux | 2003-07-25 | 1 | -2/+0 |
* | Print group name in getfacl output when calculating an effective | rwatson | 2003-07-24 | 1 | -2/+3 |
* | Document an additional error return value. The connect(2) call can also | dds | 2003-07-23 | 1 | -0/+6 |
* | Instantiate explicit callable versions of the machine/ieeefp.h inlines | peter | 2003-07-22 | 9 | -1/+67 |
* | Turn off the libc/quad functions since they are not needed for amd64 | peter | 2003-07-22 | 1 | -0/+9 |
* | Make raise and _raise as weak symbols, so they can be overriden by | davidxu | 2003-07-19 | 1 | -1/+4 |
* | Add amd64 versions of makecontext() and signalcontext() needed | deischen | 2003-07-19 | 3 | -1/+208 |
* | 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 |
* | Back out revision 1.22. | ceri | 2003-07-15 | 1 | -1/+1 |
* | ioctl macros and defines are now present in ioccom.h, not ioctl.h. | ceri | 2003-07-13 | 1 | -1/+1 |
* | Add const to __setrunelocale prototype | ache | 2003-07-06 | 1 | -4/+4 |
* | Reorganize wrapper around setrunelocale() to mark it as deprecated | ache | 2003-07-06 | 3 | -25/+41 |
* | Add more useful cross-references to the SEE ALSO section. | tjr | 2003-07-05 | 1 | -2/+7 |
* | Catch up with recent FP-related changes to scanf.3 and vfwscanf.c. | tjr | 2003-07-05 | 1 | -31/+16 |
* | Fix two incorrect uses of sizeof: we need to divide the size of the buffer | tjr | 2003-07-05 | 1 | -11/+6 |
* | Merge recent floating point conversion changes from vfscanf.c. | tjr | 2003-07-05 | 1 | -93/+175 |
* | With the latest mdoc(7), we can now fix the synopsis like this. | ru | 2003-07-03 | 1 | -3/+9 |
* | When size is 1 should just null terminate the string. The dummy variable | jkh | 2003-07-02 | 1 | -3/+5 |
* | Add a new mount flag MNT_BYFSID that can be used to unmount a file | iedowse | 2003-07-01 | 1 | -1/+17 |
* | o strmode(3) returns void not 0. | maxim | 2003-07-01 | 1 | -5/+0 |
* | Axe AINC. | ru | 2003-07-01 | 1 | -2/+2 |
* | 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 |
* | Separate the description of the flags for mount(2) and unmount(2) | iedowse | 2003-06-30 | 1 | -14/+16 |
* | 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 |
* | mdoc(7) fix: Use the normal AT&T macro (.At) rather than its | ru | 2003-06-28 | 1 | -1/+1 |
* | Update to reflect changes in vfscanf.c,v 1.32. Remove bogus | das | 2003-06-28 | 1 | -35/+14 |
* | Revamp scanf's floating-point-parsing algorithm to support | das | 2003-06-28 | 1 | -94/+172 |
* | Correct a misspelled name of time_hi_and_version. | yar | 2003-06-27 | 1 | -1/+1 |
* | fix NIS+ YP compat mode | jwd | 2003-06-27 | 1 | -3/+4 |
* | . style(9) | phantom | 2003-06-26 | 7 | -19/+41 |