| Commit message (Expand) | Author | Age | Files | Lines |
| * | Experimental support for .netrc. | Dag-Erling Smørgrav | 2003-01-22 | 2 | -0/+92 |
| * | Initialization paranoia. | Dag-Erling Smørgrav | 2003-01-22 | 1 | -0/+8 |
| * | A negative offset means "get it all". | Dag-Erling Smørgrav | 2003-01-22 | 1 | -2/+2 |
| * | Remove EOL whitespaces. | Maxim Konovalov | 2003-01-20 | 1 | -2/+2 |
| * | o Fix a typo. | Maxim Konovalov | 2003-01-20 | 1 | -2/+3 |
| * | Store not only the current cylinder group in the series (i.e. next that needs | Juli Mallett | 2003-01-19 | 3 | -0/+3 |
| * | Add (unsigned char) cast to ctype macros | Andrey A. Chernov | 2003-01-19 | 1 | -13/+31 |
| * | Don't crash when utilities are dumb and try to read less than the disk block | Juli Mallett | 2003-01-19 | 1 | -1/+1 |
| * | Add facility to read one, or a string of, cylinger groups. | Juli Mallett | 2003-01-19 | 4 | -1/+87 |
| * | Sync with NetBSD -- sl_add() now returns an int. | David E. O'Brien | 2003-01-19 | 2 | -9/+23 |
| * | Hunt for a disk to operate on, if we're passed a partition mountpoint, etc. | Juli Mallett | 2003-01-19 | 2 | -2/+41 |
| * | Use __FBSDID. | David E. O'Brien | 2003-01-19 | 28 | -42/+66 |
| * | We don't need our own personal definition of __CONCAT. | David E. O'Brien | 2003-01-18 | 1 | -4/+1 |
| * | Fix typo. | Juli Mallett | 2003-01-18 | 1 | -1/+1 |
| * | Nuke dumb error reporting code, people can just use disk::d_error. Unify the | Juli Mallett | 2003-01-18 | 7 | -104/+45 |
| * | Document that listen() can return EINVAL now. | Thomas Moestl | 2003-01-17 | 1 | -0/+2 |
| * | Do a better job of documenting mincore(2), esp. the MINCORE_* flags. | Tim J. Robbins | 2003-01-17 | 1 | -14/+46 |
| * | Fix memleak. | Martin Blapp | 2003-01-16 | 1 | -2/+8 |
| * | Implement non-blocking tcp-connections. | Martin Blapp | 2003-01-16 | 5 | -62/+437 |
| * | realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX. | Johan Karlsson | 2003-01-15 | 2 | -9/+9 |
| * | Add a missing word. | Tim J. Robbins | 2003-01-15 | 2 | -2/+2 |
| * | Document the named semaphore functions. This could still use a bit | Tim J. Robbins | 2003-01-15 | 2 | -36/+330 |
| * | Actually add mac_prepare.3. | Chris Costello | 2003-01-15 | 1 | -0/+85 |
| * | Cross-reference mac(4) | Chris Costello | 2003-01-15 | 5 | -0/+5 |
| * | s/SEE_ALSO/SEE ALSO/ | Chris Costello | 2003-01-15 | 2 | -2/+5 |
| * | o Document mac_prepare() and associated functions | Chris Costello | 2003-01-15 | 8 | -33/+61 |
| * | o Remove clause #3 | Chris Costello | 2003-01-14 | 1 | -5/+9 |
| * | Back out previous; sharing semaphores between processes only works | Tim J. Robbins | 2003-01-14 | 2 | -16/+32 |
| * | Sharing semaphores between processes works now, so remove the stale comments | Tim J. Robbins | 2003-01-14 | 2 | -32/+16 |
| * | Cross reference sem(4) so users know which kernel options are required | Tim J. Robbins | 2003-01-14 | 10 | -10/+20 |
| * | Add the newly created semaphore to the named semaphore list in sem_open() | Tim J. Robbins | 2003-01-14 | 2 | -2/+4 |
| * | Including <time.h> before <aio.h> has not been necessary for a while now. | Tim J. Robbins | 2003-01-14 | 1 | -1/+0 |
| * | Mention the oddities and requirements for mount operations executed by | Joerg Wunsch | 2003-01-13 | 1 | -3/+16 |
| * | Refer to 1003.1 instead of 1003.2 in the Standards section. | Tim J. Robbins | 2003-01-13 | 6 | -6/+6 |
| * | Lock the stream before calling __sfileno() to retrieve the file descriptor. | Tim J. Robbins | 2003-01-13 | 1 | -2/+10 |
| * | Add missing word to "Return Values" section. | Tim J. Robbins | 2003-01-13 | 1 | -0/+1 |
| * | Fix struct iovec documentation to match reality. | Mike Barcroft | 2003-01-12 | 2 | -2/+2 |
| * | Add a manual page for the lio_listio() syscall. Still needs a bit | Tim J. Robbins | 2003-01-12 | 2 | -1/+177 |
| * | Implement missing fpgetround() and fpsetround(). | Marcel Moolenaar | 2003-01-11 | 3 | -2/+84 |
| * | Remove all use of the LOG2() macro/inline, undoing some non-optimal cruft | Matthew Dillon | 2003-01-11 | 1 | -2/+2 |
| * | Increase the scheduler stack to 4 pages. This should prevent a stack | Daniel Eischen | 2003-01-11 | 1 | -1/+1 |
| * | Use the fstype obtained from the GEOM dumpconf output to set the fstype | John Baldwin | 2003-01-10 | 1 | -1/+1 |
| * | - Make New_Disk() non-static so it can be used in Create_Chunk_DWIM(). | John Baldwin | 2003-01-10 | 3 | -3/+21 |
| * | About September 2001, I consulted with all the previous authors of | Jacques Vidrine | 2003-01-10 | 1 | -163/+13 |
| * | The macro versions of putc() and putchar() are gone. | Tim J. Robbins | 2003-01-10 | 1 | -9/+3 |
| * | There is no macro version of getc() anymore. | Tim J. Robbins | 2003-01-10 | 1 | -2/+1 |
| * | Bring the list of function-like macros up to date with reality. | Tim J. Robbins | 2003-01-10 | 1 | -28/+20 |
| * | spell multiple correctly. | Alfred Perlstein | 2003-01-10 | 1 | -1/+1 |
| * | Document clearerr_unlocked(), feof_unlocked(), ferror_unlocked() | Tim J. Robbins | 2003-01-10 | 2 | -3/+38 |
| * | Add a manual page for flockfile(), ftrylockfile(), and funlockfile(). | Tim J. Robbins | 2003-01-10 | 2 | -1/+106 |