| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Because the buffer gets released immediately, I need to | Tim Kientzle | 2007-03-01 | 3 | -1/+8 |
| * | Document the AF_LINK extension which was imported from NetBSD. | Bruce M Simpson | 2007-02-28 | 1 | -4/+19 |
| * | Nuke ascii2addr() and addr2ascii(). They have no consumers anywhere | Bruce M Simpson | 2007-02-28 | 8 | -441/+123 |
| * | Remove a (harmless) stray backslash. | Ruslan Ermilov | 2007-02-27 | 1 | -1/+1 |
| * | Make hosts.allow point to hosts_options instead. | Nick Hibma | 2007-02-27 | 1 | -1/+1 |
| * | Fix include declaration it was sys/sctp.h should be netinet/sctp.h, | Randall Stewart | 2007-02-26 | 13 | -13/+13 |
| * | Mark data structures used on the wire with IPX SAP as __packed so that | Robert Watson | 2007-02-26 | 1 | -3/+3 |
| * | Move _posix1e_acl_name_to_id out of acl_support.c and into | Tim Kientzle | 2007-02-26 | 3 | -54/+51 |
| * | Don't assert() the TLS allocation requested is big enough; just | Tim Kientzle | 2007-02-25 | 1 | -2/+2 |
| * | Modify chunk_alloc() to prefer mmap()ed memory over sbrk()ed memory. | Jason Evans | 2007-02-22 | 1 | -36/+40 |
| * | Fixes build breakage.. invalid type casts.. and invalid | Randall Stewart | 2007-02-22 | 1 | -6/+6 |
| * | First cut of the sctp man pages. Still need work. | Randall Stewart | 2007-02-22 | 15 | -1/+1791 |
| * | Fixes __FreeBSD__ being present (they should not) | Randall Stewart | 2007-02-22 | 1 | -6/+4 |
| * | Adds a performance improvement for when sctp_sendx is | Randall Stewart | 2007-02-22 | 1 | -23/+43 |
| * | Fix a bug with the release of section's raw data. Both release loops | Jean-Sébastien Pédron | 2007-02-21 | 1 | -1/+1 |
| * | Create a link from hosts.allow(5) hosts_access(3), to give the user a | Nick Hibma | 2007-02-20 | 1 | -2/+4 |
| * | Fix mis-reference of incorrect manual page in ERRORS section. | Tom Rhodes | 2007-02-17 | 1 | -1/+1 |
| * | Hook ypclnt.3 up to the build. | Tom Rhodes | 2007-02-15 | 1 | -0/+1 |
| * | Add a ypclnt.3 manual page referenced by various other YP based manual pages. | Tom Rhodes | 2007-02-15 | 1 | -0/+362 |
| * | New sentence -> new line. While here, fix apostrophe abuse. | Christian Brueffer | 2007-02-14 | 1 | -4/+7 |
| * | Change the date. | Julian Elischer | 2007-02-13 | 1 | -1/+1 |
| * | Make the kse man page reflect the removal of the KSEGRP kernel abstraction. | Julian Elischer | 2007-02-13 | 1 | -53/+29 |
| * | o s/cgetseq/cgetset/ | Maxim Konovalov | 2007-02-11 | 1 | -1/+1 |
| * | - Move 'struct swdevt' back into swap_pager.h and expose it to userland. | John Baldwin | 2007-02-07 | 1 | -5/+94 |
| * | If (a == NULL), don't dereference (a) to record an error message. [1] | Colin Percival | 2007-02-05 | 2 | -4/+7 |
| * | Remove old libmytinfo link. | Rong-En Fan | 2007-02-01 | 1 | -3/+0 |
| * | Add support for a new archive format "empty" that reads empty files. | Tim Kientzle | 2007-02-01 | 6 | -11/+109 |
| * | Docment the acceptable values for the id parameter. | Mike Pritchard | 2007-02-01 | 1 | -1/+16 |
| * | Fix a utrace(2)-related bug in calloc(3). | Jason Evans | 2007-01-31 | 1 | -44/+56 |
| * | Update generated files for BIND 9.3.4 | Doug Barton | 2007-01-29 | 6 | -282/+45 |
| * | Remove getobjformat() from libc's symbol map. It probably should have been | Peter Wemm | 2007-01-25 | 1 | -1/+0 |
| * | Retire more remnants of a.out support, as threatened in 2002. | Peter Wemm | 2007-01-25 | 3 | -182/+2 |
| * | Docuemnt exactly which functions access which NSS databases. | Bruce M Simpson | 2007-01-22 | 1 | -1/+15 |
| * | Send not only Access Request, but also Access Challenge with defined | Pawel Jakub Dawidek | 2007-01-20 | 1 | -5/+7 |
| * | o Remove duplicate includes. | Maxim Konovalov | 2007-01-20 | 3 | -3/+0 |
| * | Retire old ncurses build glue | Rong-En Fan | 2007-01-20 | 7 | -1248/+0 |
| * | Switch to new ncurses build glue | Rong-En Fan | 2007-01-20 | 1 | -5/+5 |
| * | Introduce new ncurses build glues which are part of ncurses 5.6 update. | Rong-En Fan | 2007-01-20 | 9 | -622/+1082 |
| * | On FreeBSD/arm, any value > 50 bits will result in a rediculously huge | Warner Losh | 2007-01-19 | 1 | -2/+2 |
| * | When we try to set set-gid bit with chmod(2) on a file, which we own, but our | Pawel Jakub Dawidek | 2007-01-16 | 1 | -1/+5 |
| * | Correct the int->text conversion. <sigh> | Tim Kientzle | 2007-01-13 | 1 | -1/+1 |
| * | Remove 3rd clause, renumber, ok per email | Warner Losh | 2007-01-12 | 5 | -20/+5 |
| * | Remove 3rd clause, renumber, ok per email | Warner Losh | 2007-01-12 | 220 | -884/+221 |
| * | o Document SO_TIMESTAMP and SO_BINSTAMP socket options. | Maxim Konovalov | 2007-01-11 | 1 | -2/+46 |
| * | Boris Popov has granted permission to remove the advertising clause | Warner Losh | 2007-01-09 | 14 | -56/+14 |
| * | Fix the copyright notice; it was always intended to be | Tim Kientzle | 2007-01-09 | 51 | -136/+93 |
| * | Remove California Regent's clause 3, per letter | Warner Losh | 2007-01-09 | 100 | -400/+14 |
| * | Remove silly n that crept in | Warner Losh | 2007-01-09 | 1 | -1/+1 |
| * | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 749 | -3005/+1 |
| * | Per Olivier Houchard, use the proper license for this file. He | Warner Losh | 2007-01-08 | 1 | -10/+10 |