aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Utilize sf_buf_alloc() and sf_buf_free() to implement the ephemeralAlan Cox2004-03-181-9/+9
* Add the missing Giant when doing anything with VFS -- in this case,Brian Feldman2004-03-181-1/+4
* For AMD64, lets officially support a -O2 kernel build!David E. O'Brien2004-03-181-0/+2
* Check in files off the vendor branch as well as files with local patches.Nate Lawson2004-03-184-23/+75
* This commit was generated by cvs2svn to compensate for changes in r127175,Nate Lawson2004-03-1818-103/+317
|\
| * Import of Intel ACPI-CA 20040311.Nate Lawson2004-03-1822-126/+392
| * Remove these on the vendor branch as we no longer import them (and someNate Lawson2004-03-035-2897/+0
* | Verify more bits of the ELF header: the program header tableJacques Vidrine2004-03-181-6/+6
* | Correct a bug introduced with the recent clone API chang: when the cloneRobert Watson2004-03-181-0/+1
* | Make the vaule of PTT_RELAY_SID match the RFC. This should help PPPoEDavid Malone2004-03-181-2/+2
* | s/enable/enables/ in a commentChristian Brueffer2004-03-181-1/+1
* | sAdd a comment indicating why there continues to be a race condition inRobert Watson2004-03-181-5/+14
* | Generate opt_inet.h.Max Khon2004-03-181-1/+5
* | Move "is consumer attached?" check before G_VALID_PROVIDER() check,Pawel Jakub Dawidek2004-03-181-1/+1
* | Removed a vestige of the stl driver.Bruce Evans2004-03-181-312/+0
* | Document machdep.hlt_cpus.David E. O'Brien2004-03-181-1/+2
* | Back out code for auto-gdb detection that accidentally leaked into theNate Lawson2004-03-181-17/+5
* | Support the DPF (start dependent function) resource type in parsing _PRS.Nate Lawson2004-03-181-10/+21
* | Regen after 1.169 of usbdevs.Maxim Sobolev2004-03-182-2/+23
* | Add support for Crystalfontz CFA-632, CFA-633 and CFA-634, all of themMaxim Sobolev2004-03-182-0/+9
* | Cleanup hints, given that no hammer machine have (nor ever will have)David E. O'Brien2004-03-181-47/+0
* | Revise socow_iodone() in light of recent sf_buf changes. Specifically,Alan Cox2004-03-171-5/+9
* | Eliminate bogus usage of WI_RSSI_TO_DBM(). Not only does it boguslyBrian Feldman2004-03-171-4/+2
* | Fix border error to allow systems that specify 100 for latency also useNate Lawson2004-03-171-2/+2
* | sync comment with i386's isa.c.. This removes a comment that is YEARSJohn-Mark Gurney2004-03-174-12/+4
* | Style(9) round for the pf kernel parts. Mostly #if defined() -> #ifdefMax Laier2004-03-1710-323/+283
* | Add a comment with an explanation why we don't report EPIPE errors onPawel Jakub Dawidek2004-03-171-0/+5
* | - Replace wait1() with a kern_wait() function that accepts the pid,John Baldwin2004-03-177-189/+104
* | remove stale comment since these limits have been increased YEARS ago...John-Mark Gurney2004-03-171-3/+1
* | Don't report EPIPE errors on nfs sockets. These can be due to idle tcpPawel Jakub Dawidek2004-03-171-2/+5
* | Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-17267-1125/+1090
* | Add bus_alloc_resource_any(9), which does bus_alloc_resource() with theNate Lawson2004-03-171-0/+6
* | Fix information leakage.Pawel Jakub Dawidek2004-03-171-1/+6
* | Make ddp_ports static, as it's not used outside of ddp_usrreq.c.Robert Watson2004-03-173-3/+2
* | Adjust the number of processes waiting on a semaphore properly if we'reColin Percival2004-03-171-6/+12
* | Adjust $FreeBSD$'s.David E. O'Brien2004-03-172-5/+1
* | Remove tun_proc; replace with tun_pid. tun_proc pointer may be staleRobert Watson2004-03-171-7/+14
* | Add tap_mtx to tap_softc in order to protect per-softc variablesRobert Watson2004-03-172-2/+44
* | Implement "arlconfig arlX quality".Max Khon2004-03-163-41/+103
* | Avoid doing bawrite to initialize inode block while holding cylinderAlexander Kabaev2004-03-161-1/+3
* | Run through indent(1) so I can read the code without getting a headache.Dag-Erling Smørgrav2004-03-1614-5010/+4926
* | Add explicit dependency on "ether", since we use ether_ifattach().Maxime Henrion2004-03-161-0/+1
* | Refactor the existing machine-dependent sf_buf_free() into a machine-Alan Cox2004-03-1610-127/+48
* | Remove a bogus assertion and readd it in a more correct location. A threadJohn Baldwin2004-03-161-1/+1
* | Update the SiS support to distinguish older southbridges better.Søren Schmidt2004-03-162-9/+21
* | Add powerpc to temporary fix. The new cpu device claims allPeter Grehan2004-03-161-2/+2
* | Move the arl to i386 only.Yoshihiro Takahashi2004-03-161-1/+1
* | Don't use the pcic polling.Yoshihiro Takahashi2004-03-161-1/+1
* | Remove the module reference for RAIDframeScott Long2004-03-161-1/+0
* | Remove RAIDFrame. It hasn't worked since GEOM replaced the old diskScott Long2004-03-16138-42458/+0