summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | Diff reduction to NetBSDjulian2004-03-192-23/+57
* | Move the poweroff handler to a separate function. Make sure it is runnjl2004-03-191-15/+35
* | Re-enable detach events after adding a bugfix from NetBSDjulian2004-03-191-1/+2
* | 'vi' got away from me in rev. 1.13.obrien2004-03-191-0/+1
* | Prevent the strange situation that after each load/unload of a ppbusguido2004-03-187-7/+34
* | Fixed a nasty old bug where a visual bell in the currently activeru2004-03-181-1/+2
* | When mmap-ing a file from a noexec mount, be sure not to grant the rightguido2004-03-181-1/+5
* | Add tunables for disabling serialized method execution and disabling thenjl2004-03-181-0/+19
* | Utilize sf_buf_alloc() and sf_buf_free() to implement the ephemeralalc2004-03-181-9/+9
* | Add the missing Giant when doing anything with VFS -- in this case,green2004-03-181-1/+4
* | For AMD64, lets officially support a -O2 kernel build!obrien2004-03-181-0/+2
* | Check in files off the vendor branch as well as files with local patches.njl2004-03-184-23/+75
* | This commit was generated by cvs2svn to compensate for changes in r127175,njl2004-03-1818-103/+317
|\ \
| * | Import of Intel ACPI-CA 20040311.njl2004-03-1822-126/+392
| * | Remove these on the vendor branch as we no longer import them (and somenjl2004-03-035-2897/+0
* | | Verify more bits of the ELF header: the program header tablenectar2004-03-181-6/+6
* | | Correct a bug introduced with the recent clone API chang: when the clonerwatson2004-03-181-0/+1
* | | Make the vaule of PTT_RELAY_SID match the RFC. This should help PPPoEdwmalone2004-03-181-2/+2
* | | s/enable/enables/ in a commentbrueffer2004-03-181-1/+1
* | | sAdd a comment indicating why there continues to be a race condition inrwatson2004-03-181-5/+14
* | | Generate opt_inet.h.fjoe2004-03-181-1/+5
* | | Move "is consumer attached?" check before G_VALID_PROVIDER() check,pjd2004-03-181-1/+1
* | | Removed a vestige of the stl driver.bde2004-03-181-312/+0
* | | Document machdep.hlt_cpus.obrien2004-03-181-1/+2
* | | Back out code for auto-gdb detection that accidentally leaked into thenjl2004-03-181-17/+5
* | | Support the DPF (start dependent function) resource type in parsing _PRS.njl2004-03-181-10/+21
* | | Regen after 1.169 of usbdevs.sobomax2004-03-182-2/+23
* | | Add support for Crystalfontz CFA-632, CFA-633 and CFA-634, all of themsobomax2004-03-182-0/+9
* | | Cleanup hints, given that no hammer machine have (nor ever will have)obrien2004-03-181-47/+0
* | | Revise socow_iodone() in light of recent sf_buf changes. Specifically,alc2004-03-171-5/+9
* | | Eliminate bogus usage of WI_RSSI_TO_DBM(). Not only does it boguslygreen2004-03-171-4/+2
* | | Fix border error to allow systems that specify 100 for latency also usenjl2004-03-171-2/+2
* | | sync comment with i386's isa.c.. This removes a comment that is YEARSjmg2004-03-174-12/+4
* | | Style(9) round for the pf kernel parts. Mostly #if defined() -> #ifdefmlaier2004-03-1710-323/+283
* | | Add a comment with an explanation why we don't report EPIPE errors onpjd2004-03-171-0/+5
* | | - Replace wait1() with a kern_wait() function that accepts the pid,jhb2004-03-177-190/+105
* | | remove stale comment since these limits have been increased YEARS ago...jmg2004-03-171-3/+1
* | | Don't report EPIPE errors on nfs sockets. These can be due to idle tcppjd2004-03-171-2/+5
* | | Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-17267-1125/+1090
* | | Add bus_alloc_resource_any(9), which does bus_alloc_resource() with thenjl2004-03-171-0/+6
* | | Fix information leakage.pjd2004-03-171-1/+6
* | | Make ddp_ports static, as it's not used outside of ddp_usrreq.c.rwatson2004-03-173-3/+2
* | | Adjust the number of processes waiting on a semaphore properly if we'recperciva2004-03-171-6/+12
* | | Adjust $FreeBSD$'s.obrien2004-03-172-5/+1
* | | Remove tun_proc; replace with tun_pid. tun_proc pointer may be stalerwatson2004-03-171-7/+14
* | | Add tap_mtx to tap_softc in order to protect per-softc variablesrwatson2004-03-172-2/+44
* | | Implement "arlconfig arlX quality".fjoe2004-03-163-41/+103
* | | Avoid doing bawrite to initialize inode block while holding cylinderkan2004-03-161-1/+3
* | | Run through indent(1) so I can read the code without getting a headache.des2004-03-1614-5317/+5233
* | | Add explicit dependency on "ether", since we use ether_ifattach().mux2004-03-161-0/+1
OpenPOWER on IntegriCloud