| Commit message (Expand) | Author | Age | Files | Lines |
| * | Utilize sf_buf_alloc() and sf_buf_free() to implement the ephemeral | Alan Cox | 2004-03-18 | 1 | -9/+9 |
| * | Add the missing Giant when doing anything with VFS -- in this case, | Brian Feldman | 2004-03-18 | 1 | -1/+4 |
| * | For AMD64, lets officially support a -O2 kernel build! | David E. O'Brien | 2004-03-18 | 1 | -0/+2 |
| * | Check in files off the vendor branch as well as files with local patches. | Nate Lawson | 2004-03-18 | 4 | -23/+75 |
| * | This commit was generated by cvs2svn to compensate for changes in r127175, | Nate Lawson | 2004-03-18 | 18 | -103/+317 |
| |\ |
|
| | * | Import of Intel ACPI-CA 20040311. | Nate Lawson | 2004-03-18 | 22 | -126/+392 |
| | * | Remove these on the vendor branch as we no longer import them (and some | Nate Lawson | 2004-03-03 | 5 | -2897/+0 |
| * | | Verify more bits of the ELF header: the program header table | Jacques Vidrine | 2004-03-18 | 1 | -6/+6 |
| * | | Correct a bug introduced with the recent clone API chang: when the clone | Robert Watson | 2004-03-18 | 1 | -0/+1 |
| * | | Make the vaule of PTT_RELAY_SID match the RFC. This should help PPPoE | David Malone | 2004-03-18 | 1 | -2/+2 |
| * | | s/enable/enables/ in a comment | Christian Brueffer | 2004-03-18 | 1 | -1/+1 |
| * | | sAdd a comment indicating why there continues to be a race condition in | Robert Watson | 2004-03-18 | 1 | -5/+14 |
| * | | Generate opt_inet.h. | Max Khon | 2004-03-18 | 1 | -1/+5 |
| * | | Move "is consumer attached?" check before G_VALID_PROVIDER() check, | Pawel Jakub Dawidek | 2004-03-18 | 1 | -1/+1 |
| * | | Removed a vestige of the stl driver. | Bruce Evans | 2004-03-18 | 1 | -312/+0 |
| * | | Document machdep.hlt_cpus. | David E. O'Brien | 2004-03-18 | 1 | -1/+2 |
| * | | Back out code for auto-gdb detection that accidentally leaked into the | Nate Lawson | 2004-03-18 | 1 | -17/+5 |
| * | | Support the DPF (start dependent function) resource type in parsing _PRS. | Nate Lawson | 2004-03-18 | 1 | -10/+21 |
| * | | Regen after 1.169 of usbdevs. | Maxim Sobolev | 2004-03-18 | 2 | -2/+23 |
| * | | Add support for Crystalfontz CFA-632, CFA-633 and CFA-634, all of them | Maxim Sobolev | 2004-03-18 | 2 | -0/+9 |
| * | | Cleanup hints, given that no hammer machine have (nor ever will have) | David E. O'Brien | 2004-03-18 | 1 | -47/+0 |
| * | | Revise socow_iodone() in light of recent sf_buf changes. Specifically, | Alan Cox | 2004-03-17 | 1 | -5/+9 |
| * | | Eliminate bogus usage of WI_RSSI_TO_DBM(). Not only does it bogusly | Brian Feldman | 2004-03-17 | 1 | -4/+2 |
| * | | Fix border error to allow systems that specify 100 for latency also use | Nate Lawson | 2004-03-17 | 1 | -2/+2 |
| * | | sync comment with i386's isa.c.. This removes a comment that is YEARS | John-Mark Gurney | 2004-03-17 | 4 | -12/+4 |
| * | | Style(9) round for the pf kernel parts. Mostly #if defined() -> #ifdef | Max Laier | 2004-03-17 | 10 | -323/+283 |
| * | | Add a comment with an explanation why we don't report EPIPE errors on | Pawel Jakub Dawidek | 2004-03-17 | 1 | -0/+5 |
| * | | - Replace wait1() with a kern_wait() function that accepts the pid, | John Baldwin | 2004-03-17 | 7 | -189/+104 |
| * | | remove stale comment since these limits have been increased YEARS ago... | John-Mark Gurney | 2004-03-17 | 1 | -3/+1 |
| * | | Don't report EPIPE errors on nfs sockets. These can be due to idle tcp | Pawel Jakub Dawidek | 2004-03-17 | 1 | -2/+5 |
| * | | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 267 | -1125/+1090 |
| * | | Add bus_alloc_resource_any(9), which does bus_alloc_resource() with the | Nate Lawson | 2004-03-17 | 1 | -0/+6 |
| * | | Fix information leakage. | Pawel Jakub Dawidek | 2004-03-17 | 1 | -1/+6 |
| * | | Make ddp_ports static, as it's not used outside of ddp_usrreq.c. | Robert Watson | 2004-03-17 | 3 | -3/+2 |
| * | | Adjust the number of processes waiting on a semaphore properly if we're | Colin Percival | 2004-03-17 | 1 | -6/+12 |
| * | | Adjust $FreeBSD$'s. | David E. O'Brien | 2004-03-17 | 2 | -5/+1 |
| * | | Remove tun_proc; replace with tun_pid. tun_proc pointer may be stale | Robert Watson | 2004-03-17 | 1 | -7/+14 |
| * | | Add tap_mtx to tap_softc in order to protect per-softc variables | Robert Watson | 2004-03-17 | 2 | -2/+44 |
| * | | Implement "arlconfig arlX quality". | Max Khon | 2004-03-16 | 3 | -41/+103 |
| * | | Avoid doing bawrite to initialize inode block while holding cylinder | Alexander Kabaev | 2004-03-16 | 1 | -1/+3 |
| * | | Run through indent(1) so I can read the code without getting a headache. | Dag-Erling Smørgrav | 2004-03-16 | 14 | -5010/+4926 |
| * | | Add explicit dependency on "ether", since we use ether_ifattach(). | Maxime Henrion | 2004-03-16 | 1 | -0/+1 |
| * | | Refactor the existing machine-dependent sf_buf_free() into a machine- | Alan Cox | 2004-03-16 | 10 | -127/+48 |
| * | | Remove a bogus assertion and readd it in a more correct location. A thread | John Baldwin | 2004-03-16 | 1 | -1/+1 |
| * | | Update the SiS support to distinguish older southbridges better. | Søren Schmidt | 2004-03-16 | 2 | -9/+21 |
| * | | Add powerpc to temporary fix. The new cpu device claims all | Peter Grehan | 2004-03-16 | 1 | -2/+2 |
| * | | Move the arl to i386 only. | Yoshihiro Takahashi | 2004-03-16 | 1 | -1/+1 |
| * | | Don't use the pcic polling. | Yoshihiro Takahashi | 2004-03-16 | 1 | -1/+1 |
| * | | Remove the module reference for RAIDframe | Scott Long | 2004-03-16 | 1 | -1/+0 |
| * | | Remove RAIDFrame. It hasn't worked since GEOM replaced the old disk | Scott Long | 2004-03-16 | 138 | -42458/+0 |