summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Cast to unsigned to avoid sign-extension problems.des2004-01-134-4/+4
* Add ffsl(), fls() flsl() to platforms that don't already have them.des2004-01-135-1/+12
* Add C implementations of ffsl(), fls() and flsl().des2004-01-134-1/+163
* ANSIfy, de-register, replace VAX reference with actual description.des2004-01-131-6/+5
* Whitespace nit.des2004-01-131-1/+1
* Include "../Makefile.inc" to propagate the configuration to subdirectories.nyan2004-01-131-0/+3
* Fix typo in a commentbrueffer2004-01-131-1/+1
* MODULE_DEPEND is a C macro, not a make(1).ru2004-01-131-1/+0
* bsd.kmod.mk does not deal with manpages anymore.ru2004-01-1324-25/+0
* style(9): single tab after #define.mdodd2004-01-134-67/+67
* Use a device identify entry point to attach to nexus, since thegrehan2004-01-131-9/+27
* Make the OpenPic driver bus-independent, with attachments forgrehan2004-01-134-164/+557
* Remove hard-coded knowledge of specific OFW devices. Use bus_generic_probegrehan2004-01-133-110/+133
* Don't put .depend in CLEANFILES, it's cleaned by cleandepend.ru2004-01-131-1/+0
* Catch up with ATA changes by including <sys/sema.h>grehan2004-01-132-0/+2
* call ipsec_pcbconn()/ipsec_pcbdisconn() from in6_pcbconnect().ume2004-01-131-0/+7
* do not deref freed pointerume2004-01-131-2/+2
* Implement some more unicode handling routines. This will hopefully bringwpaul2004-01-131-7/+172
* Replace calls to vm_page_alloc_contig() by calls to contigmalloc().alc2004-01-131-7/+6
* Handle SIOCSIFMTU ioctl directly so we can apply 802.11-specific bounds.sam2004-01-132-1/+18
* correct spellingume2004-01-131-7/+7
* fix potential 'cannot-happen' memory leakume2004-01-131-1/+4
* Loosen up the range test in ndis_register_ioport(). Allow drivers towpaul2004-01-131-1/+2
* Prevent a panic when mounting a v2/v3 only server with mount_nfs4.alfred2004-01-131-0/+2
* Ugh. I am not having a good day. Remove debugging #ifdef that accidentallywpaul2004-01-121-2/+0
* Handle "Bad Command List" errors.mdodd2004-01-121-0/+3
* Ugh. Last commit went horribly wrong. Back out changes to subr_ntoskrnl.c,wpaul2004-01-122-75/+10
* Remove comments that no longer apply.mdodd2004-01-121-4/+0
* In if_ndis.c:ndis_intr(), be a bit more intelligent about squelchingwpaul2004-01-122-14/+96
* - Use constant for shift when converting file length in bytes to a sectorjhb2004-01-121-2/+5
* Only remove the handler if we installed it.njl2004-01-122-4/+8
* Hook up acpi_toshibanjl2004-01-121-1/+1
* Add emu10k1-alsa%diked.h dependancies.obrien2004-01-122-1/+11
* Bite the bullet and uncomment the shutdown() in case we hit the _CRT ornjl2004-01-121-4/+4
* Disable the minmssoverload connection drop by default until the detectionandre2004-01-121-1/+1
* Fix an inverted test for NOPEN in the unused function smb_smb_flush().tjr2004-01-121-1/+1
* Fix a suspend/resume issue. My Compaq N400c works fine.shiba2004-01-122-0/+5
* I added unwanted character. I cleanedsanpei2004-01-121-1/+1
* - Initialize qcb flags in ida_construct_qcb() with respect to DMA direction.mdodd2004-01-121-4/+16
* Allow specification of a geometry for vnode backed devices as well asphk2004-01-121-0/+4
* Always return ENOMEM if ata_request_alloc fails so GEOM can dtrt.sos2004-01-124-9/+9
* #include sema.h is now required.sos2004-01-121-0/+1
* Clean up the probe message and sort the function table according tonjl2004-01-122-6/+6
* Merge in some changes submitted by Brian Feldman. Among other things,wpaul2004-01-127-225/+547
* MFi386: revision 1.1114.nyan2004-01-121-2/+2
* Correct for proper vn_fullpath() failure mode: "== -1" -> "!= 0"rwatson2004-01-121-1/+1
* Specify the right location of the generated header.obrien2004-01-121-1/+1
* Don't try to unlock the directory vnode in null_lookup() if the lock istruckman2004-01-111-1/+1
* Overhaul of the timeout/reinit framework. This should clear up mostsos2004-01-1115-220/+358
* Update list of device drivers that support polling.ale2004-01-111-2/+2
OpenPOWER on IntegriCloud