| Commit message (Expand) | Author | Age | Files | Lines |
* | style(9): add parentheses to sizeof even when not strictly required. | des | 2003-01-28 | 5 | -22/+22 |
* | Fix signed/unsigned comparison warning/error from 'make release' | jwd | 2003-01-28 | 1 | -4/+4 |
* | Fix signed/unsigned comparison warnings. | mbr | 2003-01-27 | 1 | -3/+3 |
* | Fix signed/unsigned comparison warnings. Fix spelling error in | mbr | 2003-01-27 | 1 | -4/+5 |
* | Make this work in the !INET6 case -- if we mismatch the AF, don't return a | mbr | 2003-01-27 | 1 | -9/+10 |
* | Check pmap_flag before sendto. | mbr | 2003-01-27 | 1 | -1/+2 |
* | Make sure we don't look before the beginning of the string. | mbr | 2003-01-27 | 1 | -2/+2 |
* | Add missing __rpc_fixup_addr. This is needed to make | mbr | 2003-01-27 | 1 | -0/+3 |
* | Free the correct buffer in error handling. | mbr | 2003-01-27 | 1 | -1/+3 |
* | Reset the record lenght and received bytes once a record | mbr | 2003-01-27 | 1 | -0/+9 |
* | Now return NULLified struct in case of empty config file | ache | 2003-01-27 | 1 | -6/+9 |
* | Handle read errors | ache | 2003-01-27 | 1 | -3/+6 |
* | If we don't know where the sblock is (e.g. filling out a blank disk), then | jmallett | 2003-01-27 | 1 | -0/+4 |
* | Very minor EOL whitespace diff-reducer. | markm | 2003-01-26 | 1 | -1/+1 |
* | Missed a bit of cleanup. | markm | 2003-01-26 | 1 | -2/+0 |
* | make these more useful for lint(1). Minor diff-reductions while I'm | markm | 2003-01-26 | 6 | -1/+7 |
* | Fix namespace pollution introduced in previous commit. | mbr | 2003-01-26 | 2 | -5/+5 |
* | Remove the get_term() function. It pretty much can't work for | markm | 2003-01-26 | 1 | -36/+7 |
* | Add const qualifier to data argument for msgsnd. | alfred | 2003-01-26 | 1 | -1/+1 |
* | Remove part of my stateful locale patch that slipped into the previous rev. | tjr | 2003-01-26 | 1 | -3/+0 |
* | Initial implementation of the C99 feature whereby calling freopen() with | tjr | 2003-01-26 | 2 | -2/+94 |
* | Bring shm functions closer the the opengroup standards. | alfred | 2003-01-25 | 2 | -3/+3 |
* | Bring semop() closer the the opengroup standards. | alfred | 2003-01-25 | 1 | -1/+1 |
* | Add an MLINK malloc.conf(5) -> malloc(3). | mike | 2003-01-24 | 1 | -1/+2 |
* | remove #ifdef _THREAD_SAFE | fjoe | 2003-01-24 | 3 | -6/+0 |
* | bwrite, not sbwrite, needs to open for writing and write. | jmallett | 2003-01-23 | 2 | -10/+14 |
* | API to fillout a blank disk. For e.g. newfs. | jmallett | 2003-01-23 | 2 | -5/+13 |
* | For "sensitive" processes, we always set the 'A' flag which causes abort() | phk | 2003-01-23 | 1 | -0/+7 |
* | Document .netrc support. | des | 2003-01-22 | 1 | -0/+8 |
* | Hook in the .netrc code + don't use pointers as if they were booleans. | des | 2003-01-22 | 1 | -4/+6 |
* | Experimental support for .netrc. | des | 2003-01-22 | 2 | -0/+92 |
* | Initialization paranoia. | des | 2003-01-22 | 1 | -0/+8 |
* | A negative offset means "get it all". | des | 2003-01-22 | 1 | -2/+2 |
* | Remove EOL whitespaces. | maxim | 2003-01-20 | 1 | -2/+2 |
* | o Fix a typo. | maxim | 2003-01-20 | 1 | -2/+3 |
* | Store not only the current cylinder group in the series (i.e. next that needs | jmallett | 2003-01-19 | 3 | -0/+3 |
* | Add (unsigned char) cast to ctype macros | ache | 2003-01-19 | 1 | -13/+31 |
* | Don't crash when utilities are dumb and try to read less than the disk block | jmallett | 2003-01-19 | 1 | -1/+1 |
* | Add facility to read one, or a string of, cylinger groups. | jmallett | 2003-01-19 | 4 | -1/+87 |
* | Sync with NetBSD -- sl_add() now returns an int. | obrien | 2003-01-19 | 2 | -9/+23 |
* | Hunt for a disk to operate on, if we're passed a partition mountpoint, etc. | jmallett | 2003-01-19 | 2 | -2/+41 |
* | Use __FBSDID. | obrien | 2003-01-19 | 28 | -42/+66 |
* | We don't need our own personal definition of __CONCAT. | obrien | 2003-01-18 | 1 | -4/+1 |
* | Fix typo. | jmallett | 2003-01-18 | 1 | -1/+1 |
* | Nuke dumb error reporting code, people can just use disk::d_error. Unify the | jmallett | 2003-01-18 | 7 | -104/+45 |
* | Document that listen() can return EINVAL now. | tmm | 2003-01-17 | 1 | -0/+2 |
* | Do a better job of documenting mincore(2), esp. the MINCORE_* flags. | tjr | 2003-01-17 | 1 | -14/+46 |
* | Fix memleak. | mbr | 2003-01-16 | 1 | -2/+8 |
* | Implement non-blocking tcp-connections. | mbr | 2003-01-16 | 5 | -62/+437 |
* | realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX. | johan | 2003-01-15 | 2 | -9/+9 |