| Commit message (Expand) | Author | Age | Files | Lines |
| * | o Fix short preamble support | Damien Bergamini | 2006-01-29 | 3 | -60/+95 |
| * | o Re-enable scatter/gather | Damien Bergamini | 2006-01-29 | 2 | -37/+45 |
| * | Use ".Pa" for path names. | Joseph Koshy | 2006-01-29 | 1 | -12/+12 |
| * | The change a few years ago of having contigmalloc start its scan at the top | Scott Long | 2006-01-29 | 1 | -2/+19 |
| * | Enable the lowest Cx state by default. This will save power and we have | Nate Lawson | 2006-01-29 | 1 | -2/+2 |
| * | Set MACHINE to i386(pc98). This fixes cross-building. | Yoshihiro Takahashi | 2006-01-29 | 2 | -2/+6 |
| * | firmware(9) is a subsystem to load binary data into the kernel via a | Max Laier | 2006-01-29 | 17 | -1/+789 |
| * | Unbreak on archs where %d doesn't print uintptr_t arithmetic. | Max Laier | 2006-01-29 | 1 | -1/+2 |
| * | Tune format scoring so (non)stereo format will get better chance | Ariff Abdullah | 2006-01-29 | 1 | -9/+17 |
| * | Add a reference to geli(8). | Pawel Jakub Dawidek | 2006-01-29 | 1 | -0/+3 |
| * | If the sysctl kern.pts.enable doesn't exist, check that /dev/ptmx is there, | Olivier Houchard | 2006-01-29 | 1 | -2/+7 |
| * | Rename use_old_pty variable to use_pts, as this more accurately reflects | Robert Watson | 2006-01-28 | 1 | -5/+4 |
| * | Don't try to load KLDs if we're mounting the root. We'd otherwise panic. | Suleiman Souhlal | 2006-01-28 | 1 | -4/+12 |
| * | Use $FreeBSD$ for the juggle version, rather than $P4$. This is good for | Robert Watson | 2006-01-28 | 1 | -1/+1 |
| * | Manage the ucred for the NFS server using the crget/crfree API defined in | Christian S.J. Peron | 2006-01-28 | 4 | -39/+47 |
| * | s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/ | Marcel Moolenaar | 2006-01-28 | 3 | -5/+5 |
| * | s/R_IA64_/R_IA_64_/ | Marcel Moolenaar | 2006-01-28 | 1 | -6/+6 |
| * | Add _rwlock.h, apparently missed from the rwlock.h commit. | Scott Long | 2006-01-28 | 1 | -0/+39 |
| * | Squash another invalid use of BUS_DMA_ALLOCNOW. | Scott Long | 2006-01-28 | 1 | -1/+1 |
| * | - Add a note that passing NULL to pidfile_write(), pidfile_remove() and | Pawel Jakub Dawidek | 2006-01-28 | 1 | -3/+13 |
| * | - Add ports-net-p2p collection | Pav Lucistnik | 2006-01-28 | 1 | -0/+1 |
| * | Never do programs contain so few bugs as when no debugging tools | Diomidis Spinellis | 2006-01-28 | 1 | -0/+4 |
| * | Back out r1.653; it turns out that the race (or at least the printf) is | Kris Kennaway | 2006-01-28 | 1 | -20/+0 |
| * | - Mention that users need to be in the wheel group to `su - root' by default,... | Brad Davis | 2006-01-28 | 1 | -3/+17 |
| * | lock unused when INVARIANTS not defined, so don't declare it then | Warner Losh | 2006-01-28 | 1 | -0/+2 |
| * | Add a basic reader/writer lock implementation to the kernel. This | John Baldwin | 2006-01-27 | 6 | -0/+783 |
| * | Whitespace. | John Baldwin | 2006-01-27 | 1 | -3/+3 |
| * | Oops, commit missed file from the previous change to enable multiple | John Baldwin | 2006-01-27 | 1 | -0/+1 |
| * | - Add support for having both a shared and exclusive queue of threads in | John Baldwin | 2006-01-27 | 3 | -57/+193 |
| * | Add a new ddb command 'show sleepq'. It takes a wait channel as an | John Baldwin | 2006-01-27 | 1 | -2/+64 |
| * | Call WITNESS_CHECK() in the page fault handler and immediately assume it | John Baldwin | 2006-01-27 | 2 | -4/+20 |
| * | Add a new macro wrapper WITNESS_CHECK() around the witness_warn() function. | John Baldwin | 2006-01-27 | 2 | -1/+5 |
| * | Add a new sysctl, debug.ktr.clear. If you write a non-zero value to this | John Baldwin | 2006-01-27 | 1 | -0/+20 |
| * | - Hide 'incorrect geometry warning' in non-interactive mode. A user should | Jung-uk Kim | 2006-01-27 | 2 | -22/+36 |
| * | Make sure b_vp and b_bufobj are NULL before calling relpbuf(), as it asserts | Olivier Houchard | 2006-01-27 | 1 | -0/+9 |
| * | Try harder not to recurse. | Olivier Houchard | 2006-01-27 | 1 | -2/+4 |
| * | Style: Add blank line after local variable declarations. | Alan Cox | 2006-01-27 | 1 | -0/+1 |
| * | Add some wisdom from Garrett Wollman concerning error codes returned by | Colin Percival | 2006-01-27 | 1 | -0/+5 |
| * | Add `mediaOpen' function. This function mounts selected media device. | Jung-uk Kim | 2006-01-27 | 7 | -0/+36 |
| * | Have a function pointer to the routine to call for writing an mbuf | Warner Losh | 2006-01-27 | 9 | -100/+109 |
| * | Document the user/group LOR in our sample pf.conf | Max Laier | 2006-01-27 | 1 | -0/+4 |
| * | The .Nm macro prints Open_Disk() instead of libdisk, so use an explicite | Hartmut Brandt | 2006-01-27 | 1 | -2/+2 |
| * | Forced commit because the log message in the previous commit was wrong. | Hartmut Brandt | 2006-01-27 | 0 | -0/+0 |
| * | Revert 1.45 now that snmp_hostres uses libgeom. | Hartmut Brandt | 2006-01-27 | 2 | -0/+8 |
| * | Merge a bunch of changes that where done in tty_pty.c after tty_pts.c was | Olivier Houchard | 2006-01-27 | 1 | -104/+7 |
| * | Merge from accidental commit to RELENG_5: | Colin Percival | 2006-01-27 | 1 | -1/+1 |
| * | Make an example command correct and copyable to terminal. | Gleb Smirnoff | 2006-01-27 | 1 | -1/+3 |
| * | Update NGM_PPPOE_GETMODE and NGM_PPPOE_SETMODE descriptions, since | Gleb Smirnoff | 2006-01-27 | 1 | -12/+30 |
| * | Call NDFREE() only when vn_open() succeeded. | Pawel Jakub Dawidek | 2006-01-27 | 1 | -1/+1 |
| * | Grr. Backout previous change. vn_open_cred() will call NDFREE() on failure. | Pawel Jakub Dawidek | 2006-01-27 | 1 | -1/+1 |