summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.glebius2004-12-018-33/+33
* emit a "typedef vop_foo_t(struct vop_foo_args *);" which we can usephk2004-12-011-0/+1
* We already have a lock initialization function, use that for fdesc_mtxphk2004-12-011-57/+28
* Collect the stuff for the /dev/fd/{%d,std{in,out,err}} pseudo-devicephk2004-12-011-55/+52
* "nfiles" is a bad name for a global variable. Call it "openfiles" insteadphk2004-12-013-10/+10
* Style: move data to top of file.phk2004-12-011-4/+4
* Add missing #includephk2004-12-011-0/+1
* Fix a bunch of stack leaks. These were theoretically harmless, except thatscottl2004-12-011-5/+11
* Fix for a race between lookup and readdirplus, that causesps2004-12-011-0/+28
* Clean all dirty pages (dirtied by mmap'ed writes) in nfs_close().ps2004-12-011-0/+18
* Fix for a (blocks) underrun bug where negative values were beingps2004-12-011-3/+4
* Change gdb_cpu_setreg() to not take the value to which to set themarcel2004-12-0111-26/+38
* Completely back out 1.37. Something else is going on and John wants tonjl2004-12-011-9/+0
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-0115-56/+2
* Fix "Lock ACPI PCI link not exclusively lockedobrien2004-12-011-0/+12
* Implement the check I was talking about in the previous message already.mlaier2004-11-303-4/+42
* Move ng_socket and ng_btsocket initialization to SI_SUB_PROTO_DOMAIN as theymlaier2004-11-302-2/+3
* Remove unused cnt variable for the SMP case. Trim some excessive blankpeter2004-11-301-5/+1
* Remove now unused variable.njl2004-11-301-1/+0
* Don't bother locking in attach(). At boot time, we're single-threadednjl2004-11-301-4/+1
* 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
OpenPOWER on IntegriCloud