| Commit message (Expand) | Author | Age | Files | Lines |
* | s/R_IA64_/R_IA_64_/ | marcel | 2006-01-28 | 1 | -6/+6 |
* | Add _rwlock.h, apparently missed from the rwlock.h commit. | scottl | 2006-01-28 | 1 | -0/+39 |
* | Squash another invalid use of BUS_DMA_ALLOCNOW. | scottl | 2006-01-28 | 1 | -1/+1 |
* | - Add a note that passing NULL to pidfile_write(), pidfile_remove() and | pjd | 2006-01-28 | 1 | -3/+13 |
* | - Add ports-net-p2p collection | pav | 2006-01-28 | 1 | -0/+1 |
* | Never do programs contain so few bugs as when no debugging tools | dds | 2006-01-28 | 1 | -0/+4 |
* | Back out r1.653; it turns out that the race (or at least the printf) is | kris | 2006-01-28 | 1 | -20/+0 |
* | - Mention that users need to be in the wheel group to `su - root' by default,... | brd | 2006-01-28 | 1 | -3/+17 |
* | lock unused when INVARIANTS not defined, so don't declare it then | imp | 2006-01-28 | 1 | -0/+2 |
* | Add a basic reader/writer lock implementation to the kernel. This | jhb | 2006-01-27 | 6 | -0/+783 |
* | Whitespace. | jhb | 2006-01-27 | 1 | -3/+3 |
* | Oops, commit missed file from the previous change to enable multiple | jhb | 2006-01-27 | 1 | -0/+1 |
* | - Add support for having both a shared and exclusive queue of threads in | jhb | 2006-01-27 | 3 | -57/+193 |
* | Add a new ddb command 'show sleepq'. It takes a wait channel as an | jhb | 2006-01-27 | 1 | -2/+64 |
* | Call WITNESS_CHECK() in the page fault handler and immediately assume it | jhb | 2006-01-27 | 2 | -4/+20 |
* | Add a new macro wrapper WITNESS_CHECK() around the witness_warn() function. | jhb | 2006-01-27 | 2 | -1/+5 |
* | Add a new sysctl, debug.ktr.clear. If you write a non-zero value to this | jhb | 2006-01-27 | 1 | -0/+20 |
* | - Hide 'incorrect geometry warning' in non-interactive mode. A user should | jkim | 2006-01-27 | 2 | -22/+36 |
* | Make sure b_vp and b_bufobj are NULL before calling relpbuf(), as it asserts | cognet | 2006-01-27 | 1 | -0/+9 |
* | Try harder not to recurse. | cognet | 2006-01-27 | 1 | -2/+4 |
* | Style: Add blank line after local variable declarations. | alc | 2006-01-27 | 1 | -0/+1 |
* | Add some wisdom from Garrett Wollman concerning error codes returned by | cperciva | 2006-01-27 | 1 | -0/+5 |
* | Add `mediaOpen' function. This function mounts selected media device. | jkim | 2006-01-27 | 7 | -0/+36 |
* | Have a function pointer to the routine to call for writing an mbuf | imp | 2006-01-27 | 9 | -100/+109 |
* | Document the user/group LOR in our sample pf.conf | mlaier | 2006-01-27 | 1 | -0/+4 |
* | The .Nm macro prints Open_Disk() instead of libdisk, so use an explicite | harti | 2006-01-27 | 1 | -2/+2 |
* | Forced commit because the log message in the previous commit was wrong. | harti | 2006-01-27 | 0 | -0/+0 |
* | Revert 1.45 now that snmp_hostres uses libgeom. | harti | 2006-01-27 | 2 | -0/+8 |
* | Merge a bunch of changes that where done in tty_pty.c after tty_pts.c was | cognet | 2006-01-27 | 1 | -104/+7 |
* | Merge from accidental commit to RELENG_5: | cperciva | 2006-01-27 | 1 | -1/+1 |
* | Make an example command correct and copyable to terminal. | glebius | 2006-01-27 | 1 | -1/+3 |
* | Update NGM_PPPOE_GETMODE and NGM_PPPOE_SETMODE descriptions, since | glebius | 2006-01-27 | 1 | -12/+30 |
* | Call NDFREE() only when vn_open() succeeded. | pjd | 2006-01-27 | 1 | -1/+1 |
* | Grr. Backout previous change. vn_open_cred() will call NDFREE() on failure. | pjd | 2006-01-27 | 1 | -1/+1 |
* | Don't forget to call NDFREE(9) in case of vn_open_cred() failure. | pjd | 2006-01-27 | 1 | -2/+2 |
* | o Introduce D-Link compat mode, that is default to off and can be set | glebius | 2006-01-27 | 2 | -64/+87 |
* | add an option BKTR_USE_FREEBSD_SMBUS that enables compiling the module | jmg | 2006-01-27 | 1 | -0/+5 |
* | Initial import of ce(4) driver for Cronyx Tau-PCI/32 adapters. | rik | 2006-01-27 | 6 | -0/+9271 |
* | make wall(1) work with pts. | ume | 2006-01-27 | 1 | -2/+6 |
* | if we are compiling with smbus support, properly depend upon the iic and | jmg | 2006-01-27 | 1 | -0/+7 |
* | Use the new macros abstracting the page coloring/queues implementation. | alc | 2006-01-27 | 1 | -2/+2 |
* | Create mediachg functions for the 3c503 and hpp cards. This is used | imp | 2006-01-27 | 4 | -33/+28 |
* | Style(9) issue: return (foo); | imp | 2006-01-27 | 1 | -7/+7 |
* | Just like dofilewrite(), call bwillwrite before fo_write. | davidxu | 2006-01-27 | 1 | -0/+2 |
* | Transition from ALTPHYS to LINK2. We already document in the ed(4) | imp | 2006-01-27 | 2 | -10/+14 |
* | minor nit in comment about what kind of flags these are | imp | 2006-01-27 | 1 | -1/+1 |
* | Remove unwarranted uses of 'goto'. | jasone | 2006-01-27 | 1 | -203/+153 |
* | Use the new macros abstracting the page coloring/queues implementation. | alc | 2006-01-27 | 4 | -8/+8 |
* | Add NO_MALLOC_EXTRAS, so that various extra features that can cause | jasone | 2006-01-27 | 1 | -3/+16 |
* | Fix the type of a statistics counter (unsigned --> unsigned long). | jasone | 2006-01-27 | 1 | -1/+1 |