| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make chrootdir global and use it in log messages | yar | 2004-11-18 | 1 | -9/+4 |
* | Nitpicking on style(9) and whitespace. | yar | 2004-11-18 | 1 | -13/+13 |
* | - Since divert protocol is not connection oriented, remove SS_ISCONNECTED flag | glebius | 2004-11-18 | 1 | -33/+0 |
* | Use __FBSDID. | yar | 2004-11-18 | 4 | -8/+12 |
* | s/priveleged/privileged/ | glebius | 2004-11-18 | 1 | -1/+1 |
* | Fix a minor comment typo: priveleged = privileged. | keramida | 2004-11-18 | 1 | -1/+1 |
* | Fix buffer overflow. This is FreeBSD-SA-04:16.fetch. | cperciva | 2004-11-18 | 1 | -1/+2 |
* | Don't say, "file: permission denied," if the operation | yar | 2004-11-18 | 1 | -1/+1 |
* | Use uniform punctuation, capitalization, and language style | yar | 2004-11-18 | 2 | -45/+44 |
* | Apply __printflike() to the appendf() prototype so the compiler | yar | 2004-11-18 | 1 | -1/+1 |
* | Fix perror_reply() vs. reply() usage. | yar | 2004-11-18 | 2 | -3/+3 |
* | '\n' needs not to appear in reply() strings. | yar | 2004-11-18 | 1 | -3/+3 |
* | Log pathname arguments to ftp commands as the user specified them; | yar | 2004-11-18 | 1 | -33/+55 |
* | Use S_ISDIR() macro instead of a hand-rolled test. | yar | 2004-11-18 | 1 | -1/+1 |
* | - Eliminate the acquisition and release of the bqlock in bremfree() by | jeff | 2004-11-18 | 4 | -40/+72 |
* | Make more sense out of vop_stdcreatevobject() | phk | 2004-11-18 | 1 | -21/+21 |
* | Correct another location where inquiry length as calculated from the | gibbs | 2004-11-18 | 1 | -3/+5 |
* | this should have been deleted a while ago | imp | 2004-11-18 | 1 | -9/+0 |
* | Correct an off-by-one in the calculation of the inquiry buffer length | gibbs | 2004-11-18 | 1 | -1/+11 |
* | Cross-reference signal(9). | jkoshy | 2004-11-18 | 1 | -0/+1 |
* | getcwd() won't leave a error string in the buffer, unlike getwd(). | yar | 2004-11-18 | 1 | -1/+1 |
* | Move KERNPHYSADDR and KERNVIRTADDR from std.i80321 to std.iq31244. | cognet | 2004-11-18 | 2 | -2/+2 |
* | Fixed transition from SHARED=symlinks to SHARED=copies. | ru | 2004-11-17 | 1 | -1/+1 |
* | Correct URL of the programming manual. | brueffer | 2004-11-17 | 2 | -2/+2 |
* | Add missing /* DEVICE_POLLING */ | brueffer | 2004-11-17 | 2 | -2/+2 |
* | Fix host route addition for more than one address to a loopback interface | mlaier | 2004-11-17 | 1 | -1/+1 |
* | Update release notes to note that FreeBSD/i386 requires at least an 80486 | jhb | 2004-11-17 | 2 | -6/+6 |
* | - list D-Link DFE-528TX as supported | brueffer | 2004-11-17 | 1 | -4/+6 |
* | Use POSIX functions instead of legacy ones: | yar | 2004-11-17 | 1 | -2/+2 |
* | s/3COM/3Com/ | brueffer | 2004-11-17 | 1 | -1/+1 |
* | List the LevelOne GNC-0105T (8169S) as supported and bump .Dd | brueffer | 2004-11-17 | 1 | -1/+3 |
* | only clear the IFF_OACTIVE flag when we have a chance of being able to | jmg | 2004-11-17 | 2 | -8/+8 |
* | Remove the whole uart_cpu_identify() stuff again. Now that it's no longer | marius | 2004-11-17 | 8 | -39/+0 |
* | sync comment on IFF_OACTIVE with reality.. IFF_OACTIVE is set when the | jmg | 2004-11-17 | 1 | -1/+1 |
* | Hook up mac_sysv_{msg,sem,shm}.c to the build when compiling with MAC | rwatson | 2004-11-17 | 1 | -0/+3 |
* | Add a front-end for the `rtc' device which is a MC146818 compatible | marius | 2004-11-17 | 4 | -0/+187 |
* | Add a driver back end for MC146818 and compatible clocks based on the | marius | 2004-11-17 | 4 | -47/+341 |
* | Force commit to denote that this file was repo-copied from | marius | 2004-11-17 | 0 | -0/+0 |
* | o sparc64/isa/isa.c: | marius | 2004-11-17 | 3 | -159/+188 |
* | Don't bother exiting storming mode once a second to see if it has gone | jhb | 2004-11-17 | 1 | -12/+6 |
* | Implement MAC entry points relating to System V IPC, calling into the | rwatson | 2004-11-17 | 3 | -0/+592 |
* | In the kernel-only portionss of System V IPC objects (messages, | rwatson | 2004-11-17 | 3 | -0/+4 |
* | Define new MAC framework and policy entry points for System V IPC | rwatson | 2004-11-17 | 4 | -2/+258 |
* | Shorten the description of the mk48txx driver to just say that it supports | marius | 2004-11-17 | 2 | -2/+2 |
* | o Sync with the NetBSD mk48txx driver (the result simplyfies some changes | marius | 2004-11-17 | 7 | -118/+183 |
* | Catch up with version 600000 of config(8), quotes around device names | marius | 2004-11-17 | 2 | -17/+17 |
* | Kill more unneeded casts found. | yar | 2004-11-17 | 2 | -4/+4 |
* | Eliminate the define for POSIX and build with Posix behaviour. | harti | 2004-11-17 | 3 | -62/+12 |
* | Don't set the BUS_DMA_ALLOCNOW flag for the parent tag or the tags that are | scottl | 2004-11-17 | 1 | -3/+3 |
* | Initialize lcap and pwd to NULL. This allows a WARNS=6 clean build, | delphij | 2004-11-17 | 2 | -3/+3 |