| Commit message (Expand) | Author | Age | Files | Lines |
* | fix "ipf -Z" reporting rubbish and possibly panic'ing box | darrenr | 2006-04-18 | 2 | -4/+10 |
* | Fix an obvious bug. | ru | 2006-04-18 | 1 | -1/+1 |
* | Add ldconfig to the list of requirements for named, needed to use bind | flz | 2006-04-18 | 1 | -1/+1 |
* | Merge rev. 1.240 of ip_output.c, so that IPFIREWALL_FORWARD_EXTENDED | glebius | 2006-04-18 | 1 | -2/+6 |
* | In vfs_hash_get(): mount point should never be changed | delphij | 2006-04-18 | 2 | -3/+3 |
* | Reorder the DRM_*_AGP enums to match linux and what our code expects, fixing | anholt | 2006-04-18 | 1 | -2/+2 |
* | Correct a typo: In order to make fixmount(8) quite, one should | delphij | 2006-04-18 | 1 | -1/+1 |
* | remove DRIVER_MODULE lines that are useless... pcf doesn't exist (only | jmg | 2006-04-17 | 1 | -2/+0 |
* | - Add a rw_wowner() macro that just returns the owner of a write lock and | jhb | 2006-04-17 | 1 | -26/+38 |
* | - Since critical sections no longer raise the processor interrupt level to | marius | 2006-04-17 | 2 | -38/+46 |
* | Update comments to indicate that locks are held by threads, not processes. | jhb | 2006-04-17 | 1 | -3/+3 |
* | Add a 'show sleepqueue' alias for 'show sleepq' in DDB. | jhb | 2006-04-17 | 1 | -0/+3 |
* | Trim trailing whitespace. | jhb | 2006-04-17 | 1 | -3/+3 |
* | Add the ability to log to an arbitrary udp port as well as the | julian | 2006-04-17 | 2 | -6/+43 |
* | Update a couple of comments relating to RFCs. | dwmalone | 2006-04-17 | 1 | -2/+5 |
* | Back out a Makefile change that accidently snook in. | dwmalone | 2006-04-17 | 1 | -1/+1 |
* | Add a new module_file() function that returns the linker_file_t associated | jhb | 2006-04-17 | 2 | -0/+8 |
* | - Sleep/wakeup operate on threads now, not processes. | jhb | 2006-04-17 | 1 | -40/+62 |
* | Port 37 (RFC 738) style times are supposed to be a 32 bit time since | dwmalone | 2006-04-17 | 2 | -7/+7 |
* | Change msleep() and tsleep() to not alter the calling thread's priority | jhb | 2006-04-17 | 11 | -38/+23 |
* | Whitespace nits. | schweikh | 2006-04-17 | 2 | -5/+5 |
* | Remove a corrupted fortune ending in line noise. Even googling did not | schweikh | 2006-04-17 | 1 | -7/+0 |
* | Add INDEX-7 and remove trailing spaces. | krion | 2006-04-17 | 1 | -3/+5 |
* | Use bzip2(1) by default to compress package tarball on | krion | 2006-04-17 | 1 | -1/+6 |
* | Add missing ";" | sos | 2006-04-17 | 1 | -1/+1 |
* | o Do not double i/o stats for cd(4) already acounted in g_disk_done(). | maxim | 2006-04-17 | 1 | -1/+1 |
* | Fix panic() message to give the right function name. | kensmith | 2006-04-17 | 1 | -1/+1 |
* | remove some unnecessary perror calls | sam | 2006-04-17 | 1 | -2/+0 |
* | Add missing ~. We want all the INVALID bits to be 0... Let's see if this | imp | 2006-04-16 | 1 | -1/+1 |
* | o De-register local vars. | maxim | 2006-04-16 | 1 | -6/+4 |
* | o Trim EOL whitespaces and tabs, replace eight w/s by tabs. | maxim | 2006-04-16 | 1 | -20/+20 |
* | o Implement Solaris-like -x flag: show extended disk statistics. | maxim | 2006-04-16 | 2 | -15/+136 |
* | remove duplicate sizeof vnode entry (debug.sizeof.vnode already existed)... | jmg | 2006-04-16 | 1 | -2/+2 |
* | Improve ath_draintxq debug info: dump the packet as well | sam | 2006-04-16 | 1 | -7/+22 |
* | Unbreak cabq handling: check the s/w q, not the h/w q as the frames | sam | 2006-04-16 | 1 | -2/+2 |
* | o Close an output file -o flag opened before execvp(3) in a child. | maxim | 2006-04-16 | 1 | -0/+2 |
* | o dbm_close(3) returns void not zero or anything else. Touch .Dd. | maxim | 2006-04-16 | 1 | -5/+1 |
* | o Correct a path to include. | maxim | 2006-04-16 | 1 | -1/+1 |
* | For _Qp_{fge,fgt,fle,flt}() the SCD states that "Exceptions mimic fcmpeq", | marius | 2006-04-16 | 1 | -4/+4 |
* | o Do not mangle current session user login name with jail -u|-U. | maxim | 2006-04-16 | 1 | -1/+1 |
* | Correct assorted grammos and typos. | schweikh | 2006-04-16 | 1 | -11/+11 |
* | Fix indentation for "Ostersonntag". | brueffer | 2006-04-16 | 1 | -1/+1 |
* | Take a better stab at making this compile. | scottl | 2006-04-15 | 1 | -1/+1 |
* | Correct debug: we are sending child bio here, not parent bio. | pjd | 2006-04-15 | 1 | -2/+2 |
* | Take a stab at making this compile. | scottl | 2006-04-15 | 1 | -1/+1 |
* | o Document /dev/fido. | maxim | 2006-04-15 | 1 | -4/+3 |
* | o s/you health/your health/. | maxim | 2006-04-15 | 1 | -1/+1 |
* | - make reentrant version of netdb functions glibc style API, and | ume | 2006-04-15 | 17 | -705/+1284 |
* | Oops, untested code was included accidentally. | iwasaki | 2006-04-15 | 1 | -1/+3 |
* | Don't export __gdtoa. The only known ports that rely on | deischen | 2006-04-15 | 1 | -5/+1 |