summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor the existing machine-dependent sf_buf_free() into a machine-alc2004-03-1610-127/+48
* Remove a bogus assertion and readd it in a more correct location. A threadjhb2004-03-161-1/+1
* Update the SiS support to distinguish older southbridges better.sos2004-03-162-9/+21
* Add powerpc to temporary fix. The new cpu device claims allgrehan2004-03-161-2/+2
* Move the arl to i386 only.nyan2004-03-161-1/+1
* Don't use the pcic polling.nyan2004-03-161-1/+1
* Remove the module reference for RAIDframescottl2004-03-161-1/+0
* Remove RAIDFrame. It hasn't worked since GEOM replaced the old diskscottl2004-03-16138-42458/+0
* Nudge Giant as far as I can into kern_open(). Mark open() as MPSAFE.dwmalone2004-03-167-26/+30
* Get ready to mark open, creat and nosys as MPSAFE.dwmalone2004-03-161-3/+3
* Use vfs_nmount() to mount linprocfs filesystems in linux_mount();tjr2004-03-161-4/+21
* Make vfs_nmount() public. The Linux emulator needs this in order to mounttjr2004-03-162-2/+2
* Correct size argument passed to copyinstr() in linux_mount(): mntfromnametjr2004-03-161-2/+2
* Rename the wiredlen member of struct sysctl_req to validlen and alwaystruckman2004-03-162-15/+17
* Don't bother calling vslock() and vsunlock() if oldlen is zero.truckman2004-03-161-7/+9
* Regenerate.jhb2004-03-159-14/+14
* - Mark ABI syscalls that call wait4() MP safe as recent changes tojhb2004-03-153-5/+5
OpenPOWER on IntegriCloud