summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-21591-2122/+2123
* Remove the fake disklabel, no longer needed.sos2003-01-212-47/+7
* preserve the order of tags copied by m_tag_copy_chainsam2003-01-211-3/+2
* Run kldxref on sparc64, it works now.jake2003-01-212-2/+2
* Fix module dependency (pre)loading on sparc64 by relocating the variablesjake2003-01-211-6/+57
* - Add a VM_WAIT in the appropriate cases where vm_page_alloc() fails and flagsjeff2003-01-213-31/+50
* Rewrite the SMP filedesc locking in knote_attach() in order tohsu2003-01-211-23/+11
* GC an unused reference to vop_refreshlabel_desc; reference torwatson2003-01-211-3/+0
* Perform VOP_GETATTR() before mac_check_vnode_exec() so thatrwatson2003-01-211-5/+5
* Resolve relative relocations in klds before trying to parse the module'sjake2003-01-2110-96/+232
* Fix a missed goal.period -> goal.offset change. Ingibbs2003-01-201-2/+2
* include cdefs.h so as to unbreak the libc buildgallatin2003-01-201-0/+2
* move sysctl's under hw.hifn; change max batching default to 1 (no batching)sam2003-01-201-7/+9
* move sysctl's under hw.ubsecsam2003-01-201-9/+10
* correct default setting of hw.wi.txerate; it must be -1, not zero,sam2003-01-201-2/+2
* correct sysctl names and move them to hw.wi: hw.wi.txerate controls the ratesam2003-01-201-4/+6
* aic7xxx.reg:gibbs2003-01-206-138/+251
* Fix typo in comment: inlcude -> include.olgeni2003-01-201-1/+1
* aic79xx.c:gibbs2003-01-207-152/+844
* Fix swapping to a file, it was broken when SPECSTRATEGY was introduced.dillon2003-01-201-1/+4
* gc dead codesam2003-01-201-7/+0
* #if 0 one more line to make this compile without subr_disklabel.c.phk2003-01-201-0/+4
* o add BIOCGDLTLIST and BIOCSDLT ioctls to get the data link type listsam2003-01-202-4/+111
* Remove the deprecated IOCTL bits raidframe used, it doesn't anymore.phk2003-01-201-8/+0
* Add definitions for the task management codes sent in SPI4gibbs2003-01-201-0/+8
* Allow constants to be complex expressions so long as thosegibbs2003-01-201-15/+6
* Fix the last reference to the reg_print.c file handlegibbs2003-01-201-2/+2
* Close the remaining user address mapping races for physicaldillon2003-01-207-16/+94
* Remove stale reference to deprecated mini-disklayer stuff.scottl2003-01-201-13/+0
* Hide the ioctls behind #ifdef _KERNEL to avoid kdump getting upset.phk2003-01-201-0/+2
* De-anonymity a couple of messages I missed in a previous sweep.maxim2003-01-201-2/+2
* If the first action is O_LOG adjust a pointer to the real one, unbreaksmaxim2003-01-201-0/+2
* #ifdef this file into three pieces: The bit which raidframe needs tophk2003-01-201-5/+8
* disk_dev_synth() is a NO_GEOM hack.phk2003-01-202-9/+4
* Only include <sys/diskslice.h> ifdef NO_GEOMphk2003-01-201-1/+1
* Remove need for <sys/diskslice.h> but retain numerical compatibilty just in c...phk2003-01-201-2/+1
* Use NEXTDOSPART instead of MAX_SLICES.phk2003-01-202-5/+4
* We need neither <sys/diskslice.h> nor <sys/disklabel.h> here.phk2003-01-201-2/+0
* Add a NEXTDOSPART definition here as well, for the benefit of biosdisk.c inphk2003-01-201-0/+1
* Add NEXTDOSPART (N-Extended-Dos-Partitions) as replacement for thephk2003-01-201-0/+1
* - Hold the page queues lock around vm_page_hold().alc2003-01-202-1/+4
* Move the vm_page_busy() in pmap_dispose_thread() to a place where it isalc2003-01-201-1/+1
* Remove a KASSERT that can now happen and add a missing setrunnable.julian2003-01-203-2/+4
* - M_WAITOK is 0 and not a real flag. Test for this properly.jeff2003-01-201-5/+4
* Re-implemention of the interpolation code used for sample rateorion2003-01-201-53/+308
* Regenjoe2003-01-202-2/+9
* default tx error rate limiting to 0 to disable tx error msgs; this issam2003-01-201-1/+1
* Support for the "Seiko Epson Perfection 1260 scanner".joe2003-01-202-0/+2
* Small change to the previous commit, zero out the 48BIT flag in ata_commandsos2003-01-192-10/+10
* accept short WEP keys for backward compatibilitysam2003-01-191-2/+1
OpenPOWER on IntegriCloud