summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic adjustment to previous commit: name the second argument todes2004-07-091-4/+4
* Have sbuf_bcat() and sbuf_bcpy() take a const void * instead of ades2004-07-092-5/+7
* - correctly set the return value for the copyin/out fault buffer to 1grehan2004-07-092-4/+20
* Eliminate struct shm_handle. It is an unnecessary level of indirection toalc2004-07-091-24/+12
* Use ETHER_IS_MULTICAST() consistently in ether_resolvemulti().bms2004-07-091-1/+1
* Fix mismerge of fdc. Also, OLDCARD never was supported on amd64, soimp2004-07-091-1/+1
* Document compile-time switches here as I'm going to yank them frombms2004-07-091-0/+12
* Further improve locking in xl(4):bms2004-07-091-21/+34
* Apply the long-overdue hatchet of style(9) death to this file.bms2004-07-092-916/+1094
* Remove spl()'s from do_sendfile().rwatson2004-07-091-6/+1
* Further locking improvements for vr(4):bms2004-07-092-92/+138
* Add a 'suspended' flag to softc so that we can avoid races on detach.bms2004-07-092-0/+2
* Actually turn on driver locking in xl(4).bms2004-07-091-10/+0
* Further rl(4) locking improvements:bms2004-07-091-48/+71
* Change the following environment variables to kernel options:brian2004-07-0817-169/+143
* - Move contents of sched_add() into a sched_add_internal() function thatjhb2004-07-081-5/+11
* MFamd64 (1.275):marcel2004-07-081-12/+9
* Define NSFBUFS and use it.cognet2004-07-081-0/+7
* This commit was generated by cvs2svn to compensate for changes in r131826,harti2004-07-0855-149/+7612
|\
| * Virgin import of NgATM share kernel/user part 1.0harti2004-07-0855-149/+7612
* | Better handle the break instruction trap. The runtime specificationmarcel2004-07-081-7/+46
* | Make withering water tight.phk2004-07-083-25/+77
* | - Merged from sys/dev/fdc/fdc.c revision 1.275.nyan2004-07-088-749/+694
* | MFi386: revision 1.16.nyan2004-07-082-2/+30
* | Remove obsolete defines.nyan2004-07-082-126/+0
* | MFi386: revision 1.1164.nyan2004-07-081-7/+1
* | Change the following kernel options to environment variables:brian2004-07-0817-143/+169
* | Use a linker script for the loader. This avoids issues withgrehan2004-07-084-4/+284
* | G4 requires isync after 256Mb ibat/dbat update, G3 requiresgrehan2004-07-083-9/+12
* | Fail normally rather than KASSERT if attempt to open a spoiled consumer.phk2004-07-081-5/+3
* | Use a couple of regular kernel entry points, rather than COMPAT_43phk2004-07-081-4/+12
* | Add pmap locking to pmap_emulate_reference(). Remove unused and once-usedalc2004-07-081-8/+8
* | Remove cache flush, 256Mb 1:1 BAT mapping, and BAT clearing. This doesn'tgrehan2004-07-082-90/+0
* | fixup sysctl by fsid nodealfred2004-07-081-2/+2
* | All hell breaks loose if the loader image is released beforegrehan2004-07-081-1/+3
* | Correctly calculate size of memory to be mapped when copying. Removalgrehan2004-07-081-1/+3
* | Extract entry point from elf header before releasing the heap.grehan2004-07-081-1/+3
* | struct mount->mnt_data has been a qaddr_t since '94 (rev 1.1),alfred2004-07-081-1/+1
* | MFi386: various io apic cleanupspeter2004-07-083-54/+147
* | MFi386: use rman access methods instead of groping around insidepeter2004-07-081-4/+5
* | MFi386: whitespace nit fix (spare blank line)peter2004-07-081-1/+0
* | MFi386: fix up CR0 settingspeter2004-07-081-23/+7
* | MFi386: 1.57: transparently respect alignment/boundary tagspeter2004-07-081-11/+47
* | Make bluetooth compile on all platformsemax2004-07-071-6/+3
* | Break out the isa and pccard front ends from fdc. This is the firstimp2004-07-075-318/+407
* | Break out the isa and pccard front ends to the fdc controller device.imp2004-07-073-1/+7
* | Explicity initialize vp->v_bsize.phk2004-07-071-1/+3
* | Fix an oversight in r1.26: remove #ifdef around necessary variable.phk2004-07-071-2/+0
* | mdoc(7) fixes.ru2004-07-071-2/+2
* | Fix two problems:wpaul2004-07-074-14/+30
OpenPOWER on IntegriCloud