summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a 'strvalid()' call to libkern. Given a character pointer, andrwatson2002-02-183-0/+57
* When vn_open() is failing because it cannot allocate a vm object, callrwatson2002-02-181-1/+1
* style(9) prefers formatted comments in '/*' ... '*/' as opposed torwatson2002-02-181-12/+12
* Per discussion at BSDCon, note that the vop_getattr locking protocolrwatson2002-02-181-1/+1
* More for f/w crash dumps (bug fixing and adding ioctl entry pointsmjacob2002-02-184-4/+63
* Move the stuff related to select and poll out of struct vnode.phk2002-02-173-40/+71
* Collect the VN_KNOTE() macro definitions on vnode.hphk2002-02-174-8/+4
* Always build all modules for LINTphk2002-02-172-1/+4
* v_lease is unused, zap it.phk2002-02-171-1/+0
* Remove cache_purgeleafdirs(), it has been #if 0 for quite some time.phk2002-02-171-60/+0
* Don't even think about using v_id for magic tricks, v_id is givingphk2002-02-171-5/+0
* Regenerate these files after change to syscalls.master.deischen2002-02-175-6/+6
* Fix prototype to sigreturn to use struct __ucontext instead of ucontext_t.deischen2002-02-171-1/+1
* Use struct __ucontext in prototypes and associated functions instead ofdeischen2002-02-1714-12/+44
* Error handling fixes for inflate.jedgar2002-02-171-4/+7
* Correct typo.nyan2002-02-173-3/+3
* Fix a formatting error.joe2002-02-172-12/+12
* KNF style the code, ready for an MFC.joe2002-02-172-108/+128
* KNF style the code, ready for an MFC.joe2002-02-172-76/+82
* Move the bus_space_subregion function from the puc driver to the bus_spacenyan2002-02-174-21/+42
* - Split the routine to initialize a bus_space_handle into the separatenyan2002-02-179-142/+339
* MFi386: revision 1.167nyan2002-02-171-0/+2
* MFi386: revision 1.392nyan2002-02-171-0/+3
* Purely whitespace changesjulian2002-02-171-25/+25
* replace the embedded cr_mtx in the ucred structure with cr_mtxp (a mutexdillon2002-02-172-11/+13
* Support for f/w crash dumps (2200 && 23XX).mjacob2002-02-174-20/+401
* Hints for WWN are now WWNN and/or WWPN.mjacob2002-02-171-2/+2
* Add in support firmware crash dumps. Change CFG options to splitmjacob2002-02-171-2/+13
* Bulk changes made during the BSDcon kernel summit and travel afterwards.imp2002-02-173-582/+669
* If the credential on an incoming thread is correct, don't botherjulian2002-02-176-15/+44
* remove __P before next commitjulian2002-02-171-13/+13
* I am sick of being told that "cstsevent occures".des2002-02-161-2/+2
* (Doing that whole test-immediately-after-commit-thing like obrien sez:)green2002-02-161-0/+2
* Add revoke_and_destroy_dev(), to be used by devices which decide whengreen2002-02-163-0/+15
* Add the puc (PCI "Universal" Communications) driver. The idea and some ofjhay2002-02-168-0/+1676
* MFi386: revisions 1.334 and 1.335nyan2002-02-161-0/+1
* MFi386: revisions 1.495 and 1.496nyan2002-02-162-2/+6
* Added #include <sys/systm.h>nyan2002-02-161-0/+2
* Dont try to attach ATA RAID's if none found.sos2002-02-161-0/+3
* Don't leave garbage in parts of fpregs in the fxsr case. All callersbde2002-02-162-0/+4
* FIxed the following style bugs:bde2002-02-162-10/+16
* FIxed the following style bugs:bde2002-02-163-11/+21
* Fixed missing PHOLD()/PRELE().bde2002-02-161-0/+2
* Merge from NetBSD:joe2002-02-165-16/+21
* Re-add bmaj to the cdevsw's, but don't compile it in on -current.joe2002-02-156-0/+18
* Resurrect one of the easiest changes from my big include files roll-upwollman2002-02-158-6/+22
* Fix my recent breakage of some modules.bde2002-02-152-1/+8
* Add a delta missed in the last iommu.c commit. This unbreaks the sparc64tmm2002-02-151-12/+24
* - Remove unneeded variable.robert2002-02-151-2/+0
* Garbage-collect options ACPI_NO_ENABLE_ON_BOOT, AML_DEBUG, BLEED,bde2002-02-155-30/+0
OpenPOWER on IntegriCloud