| Commit message (Expand) | Author | Age | Files | Lines |
* | Clarify text | eivind | 2003-08-26 | 1 | -1/+1 |
* | Add HISTORY sections to the remaining MAC library man pages. | rwatson | 2003-08-22 | 6 | -0/+36 |
* | Update the mac_prepare(3) man page to reflect changes to the | rwatson | 2003-08-22 | 1 | -8/+43 |
* | Make the elements argument to mac_prepare() be const. | rwatson | 2003-08-22 | 1 | -1/+1 |
* | As new objects begin to support new labels, start to generalize | rwatson | 2003-08-22 | 1 | -86/+192 |
* | Add a kluge suggested by Marcel to paper over the difference between | wollman | 2003-08-19 | 2 | -0/+4 |
* | Change gethostname() to set errno to ENAMETOOLONG instead of ENOMEM | wollman | 2003-08-19 | 2 | -18/+51 |
* | style.Makefile(5) | obrien | 2003-08-18 | 1 | -1/+1 |
* | Stage 3 of dynamic root support. Make all the libraries needed to run | gordon | 2003-08-17 | 1 | -0/+1 |
* | Fix wrong identifier on .end directive. The SYSCALL macro does name | marcel | 2003-08-16 | 4 | -4/+4 |
* | Replace some syscalls with libc version, this makes abort work better with | davidxu | 2003-08-16 | 1 | -10/+7 |
* | Make the documentation of PT_STEP match its implementation: the | iedowse | 2003-08-11 | 1 | -2/+3 |
* | Add the mlockall()/munlockall() system call manual page from NetBSD. | bms | 2003-08-11 | 1 | -0/+140 |
* | Add the mlockall() and munlockall() system calls. | bms | 2003-08-11 | 7 | -8/+9 |
* | For type 0 rng lower initial drop to 50, it is enough to hide linearity | ache | 2003-08-10 | 1 | -1/+5 |
* | Fix the case of the encoding name in the ENCODING line. Names are | tjr | 2003-08-10 | 1 | -1/+1 |
* | Cross-reference gbk(5). | tjr | 2003-08-10 | 1 | -0/+1 |
* | Cross-reference gbk(5) now that it exists. Fix a copy & paste error: | tjr | 2003-08-10 | 1 | -1/+2 |
* | Add a fairly minimal manual page for the GBK encoding. | tjr | 2003-08-10 | 2 | -1/+63 |
* | Add a cross reference to Unicode 3.0. | tjr | 2003-08-10 | 1 | -1/+6 |
* | Add cross references to the new character encoding manual pages, | tjr | 2003-08-10 | 1 | -1/+5 |
* | Add manual pages for the BIG5, GB18030 and MSKanji encodings. These may | tjr | 2003-08-10 | 4 | -1/+189 |
* | o There are 6 trap disable bits in ar.fpsr, not five. Even though we | marcel | 2003-08-09 | 2 | -4/+4 |
* | Add signalcontext() which will be needed by libpthread. | deischen | 2003-08-09 | 2 | -1/+104 |
* | Add the POSIX 1003.1-2001 posix_madvise() interface. | bms | 2003-08-09 | 4 | -4/+29 |
* | Remove stale DCE 1.1 pointers to the IBM site. The URLs aren't valid | marcel | 2003-08-08 | 8 | -8/+0 |
* | Fix markup for uuid_equal() | marcel | 2003-08-08 | 1 | -1/+2 |
* | Fix two (2) bugs in one (1) statement: | marcel | 2003-08-08 | 1 | -1/+4 |
* | Implement signalcontext. | jake | 2003-08-08 | 2 | -2/+78 |
* | Implement mblen(s, n) as mbtowc(NULL, s, n) to avoid calling sgetrune() | tjr | 2003-08-07 | 1 | -26/+9 |
* | Implement mbstowcs() as a wrapper around mbsrtowcs(), and wcstombs() | tjr | 2003-08-07 | 2 | -115/+24 |
* | Implement mbtowc() in terms of mbrtowc(), and wctomb() in terms of wcrtomb(). | tjr | 2003-08-07 | 2 | -53/+42 |
* | Implement btowc() in terms of mbrtowc() instead of sgetrune(), and | tjr | 2003-08-07 | 2 | -10/+27 |
* | Document that connect(2) can return EINTR, and that it | yar | 2003-08-06 | 1 | -3/+6 |
* | add support for using kqueue to watch bpf sockets. | jmg | 2003-08-05 | 1 | -1/+8 |
* | 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 |