summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Forgot to inline umtxq_unlock.davidxu2004-11-301-1/+1
* 1. use per-chain mutex instead of global mutex to reducedavidxu2004-11-301-115/+212
* Instead of just not defining a bunch of words when TESTMAIN is set, providescottl2004-11-302-14/+45
* Add observations of the Linux98 and Grub/98 boot loaders. Theseimp2004-11-301-5/+15
* Create a new definition, PSL_KERNSET, which is used for setting thegrehan2004-11-301-1/+2
* Reject tasting of this provider if the sector size isn't a multiple ofimp2004-11-301-3/+6
* Make sure the link array is big enough to hold both _CRS and _PRSnjl2004-11-301-8/+30
* Replace a printf with a KASSERT that we are indeed running on the BSP.njl2004-11-301-4/+1
* MFamd64: Remove the cpu_reset_proxy cruft now that we run boot() onnjl2004-11-301-66/+12
* Fix the build.bms2004-11-301-2/+2
* Update the gdb register extraction support to use the pcb whereverpeter2004-11-301-23/+33
* Switch from 1024hz to 1000hz on amd64 to match i386. 1024 is a badpeter2004-11-301-3/+1
* MFi386: join the %cr0 setup line now that i386 has lost the I386 ifdefs.peter2004-11-291-2/+1
* Take advantage of the shutdown processing being wired to the BSP andpeter2004-11-291-45/+3
* If soreceive() is called from a socket callback, there's no reasonps2004-11-292-1/+10
* Make soreceive(MSG_DONTWAIT) nonblocking. If MSG_DONTWAIT is passed intops2004-11-291-3/+21
* Fix for a bug in nfs_mkdir() that called vrele() instead of vput()ps2004-11-291-2/+2
* When upgrading the shared lock to an exclusive lock, if we discoverps2004-11-291-3/+2
* Instead of translating PCI to ACPI power states, just use a CTASSERTnjl2004-11-291-18/+10
* Fixes a bug in SACK causing us to send data beyond the receive window.ps2004-11-291-2/+4
* Attach the device at acpi_sony instead of acpi_snc. Rename someimp2004-11-291-39/+39
* Don't flag alignment constraints as a reason for bouncing. This fixes thescottl2004-11-292-2/+2
* Sigh. I really need to get an internet connection which is less thancperciva2004-11-291-1/+1
* MFi386: revisions 1.77 and 1.78.nyan2004-11-291-2/+2
* MFi386: revision 1.38.nyan2004-11-291-5/+10
* Pick up loader.rc from its old home.ru2004-11-291-1/+1
* Reviewed by: SUZUKI Shinsuke <suz@kame.net>gnn2004-11-291-17/+34
* Disable the beastie menu. It offends some and annoys everyone else, and I'mscottl2004-11-292-18/+1
* Add support for the TwinMOS Memory Disk IV.iedowse2004-11-282-0/+8
* Add the device ID for the 3Com 3CRSHEW696 wireless adapter.iedowse2004-11-281-0/+1
* Add support for the Trumpion/Comotron C3310 MP3 player.iedowse2004-11-282-0/+8
* Fix a long standing bug in geom_mbr which is only now exposed by thephk2004-11-281-4/+14
* Check that saddr->sa_family is a sensible value before using it.cperciva2004-11-281-0/+4
* - Don't blindly use the return value of uart_cpu_channel() to calculatemarius2004-11-281-7/+33
* Don't acquire Giant before calling closef() in close() (and elsewhere);rwatson2004-11-281-7/+7
* Use FILEDESC_LOCK_FAST in checkdirs()phk2004-11-281-5/+5
* #define the ioctls that take no arguments correctly.phk2004-11-281-4/+4
* Assert the inpcb lock in tcp_xmit_timer() as it performs read-modify-rwatson2004-11-282-0/+4
* Expand coverage of the receive socket buffer lock when handling urgentrwatson2004-11-282-4/+6
* Whitespace fixes:marcel2004-11-281-33/+18
* o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}()marcel2004-11-284-55/+31
* Add efimd.c. This file contains MD code used by the EFI library. Whilemarcel2004-11-282-2/+47
* When required to negate the absoulte result of a division/remainderpeadar2004-11-271-1/+1
* Disable protocol field compression on the inner PPP frame when also doingarchie2004-11-271-1/+1
* Do export the advertised receive window via the tcpi_rcv_space field ofrwatson2004-11-272-1/+2
* Unlock mutex if PDROP was set by caller.davidxu2004-11-271-0/+2
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-2754-68/+50
* Axe a.out core dump support. Neither older gdb binaries nor currentdas2004-11-273-69/+1
* Axe the semblance of support for PECOFF and Linux a.out core dumps.das2004-11-272-119/+3
* Temporarily disable programming IRQ links on resume. The new code hangsnjl2004-11-261-0/+2
OpenPOWER on IntegriCloud