summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add an access type parameter to pmap_enter(). It will be used to implementalc2008-01-0310-20/+22
* Use correct function name in panic messageimp2008-01-032-2/+2
* Fix obsolete comment. pmap_remove_all is the function we're in.imp2008-01-031-2/+1
* Modernize comment about diagnostic.imp2008-01-031-2/+1
* - In sysctl_kern_file skip fdps with negative lastfiles. This canjeff2008-01-031-1/+2
* If the disk reports that it support the Compact Flash Association commandphk2008-01-021-0/+9
* Follow the current fashion of gratuitously stomping into otherphk2008-01-021-36/+14
* Note what is too {short,long}.obrien2008-01-021-2/+2
* A few whitespace fixes.jhb2008-01-021-12/+11
* Provide a legitimate pindex to vm_page_alloc() in pmap_growkernel()alc2008-01-022-11/+5
* Defer setting either PG_CACHED or PG_FREE until after the free pagealc2008-01-021-2/+2
* style(9)obrien2008-01-021-73/+73
* style(9)obrien2008-01-021-17/+17
* Correct a style error that was introduced in revision 1.77.alc2008-01-011-1/+1
* - Place the fhold() in unp_internalize_fp to be more consistent with refs.jeff2008-01-011-9/+5
* Don't duplicate the whole of arpresolve to arpresolve 2 for the sakejulian2007-12-313-128/+29
* In vfs_scanopt(), make sure that the mount option value is not NULLrodrigc2007-12-311-0/+2
* Actually declare the kern.features sysctl node.jhb2007-12-311-0/+2
* Include a "pae" feature if an i386 kernel is built with PAE support.jhb2007-12-311-0/+4
* Add very basic support for the kernel to export a list of features. Eachjhb2007-12-311-0/+8
* Update netisr comment for the SMPng world order: netisr is no longerrwatson2007-12-311-13/+8
* Use devclass_get_count() instead of devclass_get_maxunit() to get thejhb2007-12-311-1/+1
* Add device IDs for the ICH9 family.des2007-12-312-0/+8
* Tabify.des2007-12-312-20/+20
* - Pause a while after disabling lock profiling and before resetting itjeff2007-12-311-5/+11
* - Check the correct variable against NULL in two places.jeff2007-12-311-4/+2
* Add Winbond W89C940F to the list. Also, stub in some entries for twoimp2007-12-311-5/+11
* Add missing 'sc->chip_type ==' to an ugly switch statement expressionimp2007-12-311-1/+1
* Pass any unmatched slowprotocols frames up the stack instead of dropping them,thompsa2007-12-313-8/+9
* Use kbdd_* macros.nyan2007-12-301-6/+6
* Rather than not redirting the bp when we get ENXIO, only redirty itimp2007-12-301-11/+5
* Remove explicit locking of struct file.jeff2007-12-3017-535/+343
* o In preparation for basing a new driver on this one:marius2007-12-304-514/+423
* Correct the comments in am7990_intr() and am79900_intr(); it's notmarius2007-12-302-8/+6
* Replace explicit calls to video methods with their respective variantswkoszek2007-12-2926-209/+238
* Remove explicit calls to keyboard methods with their respective variantswkoszek2007-12-299-118/+115
* Add the superpage reservation system. This is "part 2 of 2" of thealc2007-12-297-4/+842
* Add support for optional "AC-Name\Service-Name" syntax at NGM_PPPOE_CONNECTmav2007-12-291-6/+37
* Plug the leaks in the present (hopefully, soon to be replaced)kib2007-12-291-12/+19
* Apply the LCONVPATH() to the (old) linux_stat() and linux_lstat() syscalls.kib2007-12-291-3/+12
* The ffs_balloc() routines, whan allocating the indirect blocks forkib2007-12-291-2/+42
* Add asmc(4).rpaulo2007-12-282-2/+4
* Implement RB_PREV() AND RB_FOREACH_REVERSE().jasone2007-12-281-0/+29
* In "show lockedvnods" DDB command, use db_printf() rather than printf()rwatson2007-12-281-1/+1
* Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace.attilio2007-12-284-22/+1
* Unbreak LINT on non-i386/amd64 platforms.des2007-12-271-4/+0
* In order to avoid a huge class of deadlocks (in particular in interactionsattilio2007-12-271-1/+9
* Return ESRCH when a kernel stack is queried on a process in execve() --rwatson2007-12-271-1/+2
* As LK_EXCLUPGRADE is used in conjuction with LK_NOWAIT, LK_UPGRADE becamesattilio2007-12-271-1/+1
* Add asmc(4).rpaulo2007-12-271-0/+4
OpenPOWER on IntegriCloud