summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Eliminate the acquisition and release of the bqlock in bremfree() byjeff2004-11-184-40/+72
* Make more sense out of vop_stdcreatevobject()phk2004-11-181-21/+21
* Correct another location where inquiry length as calculated from thegibbs2004-11-181-3/+5
* this should have been deleted a while agoimp2004-11-181-9/+0
* Correct an off-by-one in the calculation of the inquiry buffer lengthgibbs2004-11-181-1/+11
* Move KERNPHYSADDR and KERNVIRTADDR from std.i80321 to std.iq31244.cognet2004-11-182-2/+2
* Correct URL of the programming manual.brueffer2004-11-172-2/+2
* Add missing /* DEVICE_POLLING */brueffer2004-11-172-2/+2
* Fix host route addition for more than one address to a loopback interfacemlaier2004-11-171-1/+1
* only clear the IFF_OACTIVE flag when we have a chance of being able tojmg2004-11-172-8/+8
* Remove the whole uart_cpu_identify() stuff again. Now that it's no longermarius2004-11-178-39/+0
* sync comment on IFF_OACTIVE with reality.. IFF_OACTIVE is set when thejmg2004-11-171-1/+1
* Hook up mac_sysv_{msg,sem,shm}.c to the build when compiling with MACrwatson2004-11-171-0/+3
* Add a front-end for the `rtc' device which is a MC146818 compatiblemarius2004-11-174-0/+187
* Add a driver back end for MC146818 and compatible clocks based on themarius2004-11-174-47/+341
* o sparc64/isa/isa.c:marius2004-11-173-159/+188
* Don't bother exiting storming mode once a second to see if it has gonejhb2004-11-171-12/+6
* Implement MAC entry points relating to System V IPC, calling into therwatson2004-11-173-0/+592
* In the kernel-only portionss of System V IPC objects (messages,rwatson2004-11-173-0/+4
* Define new MAC framework and policy entry points for System V IPCrwatson2004-11-174-2/+258
* Shorten the description of the mk48txx driver to just say that it supportsmarius2004-11-172-2/+2
* o Sync with the NetBSD mk48txx driver (the result simplyfies some changesmarius2004-11-177-118/+183
* Catch up with version 600000 of config(8), quotes around device namesmarius2004-11-172-17/+17
* Don't set the BUS_DMA_ALLOCNOW flag for the parent tag or the tags that arescottl2004-11-171-3/+3
* Push Giant down through ioctl.phk2004-11-174-71/+27
* Push Giant down through select and poll.phk2004-11-173-13/+5
* Split the FILEDESC_LOCK in two variants.phk2004-11-171-8/+57
* Make vnode bypass for fifos (read, write, poll) mandatory.phk2004-11-171-133/+6
* Make vnode bypass for devices mandatory.phk2004-11-171-200/+1
* Make interrupt coalescing work on big endian systems.yongari2004-11-171-2/+4
* Initiate deorbit burn sequence for 80386 support in FreeBSD: Removejhb2004-11-1617-279/+12
* Enable throttling/C3 quirks for PIIX4 parts. Defer checking quirks untilnjl2004-11-161-9/+21
* Improvements and fixes in the 1.241 commit:dds2004-11-161-6/+9
* Add vkdb(4) man page and connect vkbd(4) to the build.emax2004-11-162-0/+2
* Add virtual AT keyboard driver vkbd(4).emax2004-11-163-0/+1384
* Adjust the interrupt storm handling code to better handle a storm. Whenjhb2004-11-161-5/+23
* Polish code to correctly reflect structure.phk2004-11-161-19/+10
* Move a FILEDESC_UNLOCK upwards to silence witness.phk2004-11-161-1/+1
* Move a FILEDESC_UNLOCK up to maintain correct nesting of FILEDESC/FILEphk2004-11-161-11/+9
* Eliminate pointless goto.phk2004-11-162-6/+10
* Add missing break.phk2004-11-161-0/+1
* Simplify a bit bus_dmamap_load_buffer by removing the "first" parameter, usecognet2004-11-161-38/+21
* Fix just the worst of the timeout race conditions that the previousiedowse2004-11-163-3/+13
* MFi386:cognet2004-11-151-17/+14
* move the lock after the NULL check so we don't have a hard(er) to diagnosejmg2004-11-152-4/+4
* Make vnode bypass the default for devices.phk2004-11-151-1/+1
* Give vn_poll single exit point (to make it easier to insertphk2004-11-151-5/+3
* Straighten the ioctl function out to have only one exit point.phk2004-11-151-17/+13
* Forgot to remove now unused variable in last commit.phk2004-11-152-2/+0
* It is not necessary to hold vn_start_write/vn_finished_write around VOP_REVOKE.phk2004-11-152-6/+0
OpenPOWER on IntegriCloud