summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a list of reservations to the vm object structure.alc2007-12-271-0/+2
* Add the superpage reservation type.alc2007-12-271-0/+3
* Add configuration knobs for the superpage reservation system. Initially,alc2007-12-278-0/+70
* A partial solution to some of the 'pull the umass device with aimp2007-12-272-2/+11
* Add a workaround for a deadlock between the rt_setgate() and rt_check()mux2007-12-272-1/+11
* Update two tracepoints, i.e., CTRx() invocations, to reflect the demise ofalc2007-12-272-6/+4
* Fix some bugs in the FreeBSD 4/5/6 pci(4) IOCTLs compatibility code:marius2007-12-261-12/+9
* Fix incorrectly placed bracket in pppoe_find_svc().mav2007-12-261-1/+1
* "FreeBSD/Open Firmware/PowerPC ..." is confusing and non-standard.marcel2007-12-261-1/+1
* Remove some prehistoric never used defines.mav2007-12-261-5/+0
* Update to 2008.imp2007-12-261-3/+3
* Sync with rev 1.63 of NetBSD's ums.c:rpaulo2007-12-261-14/+49
* Add textdump(4) facility, which provides an alternative form of kernelrwatson2007-12-266-4/+644
* Define a new kernel dump "architecture", TEXTDUMPMAGIC, which is usedrwatson2007-12-261-0/+2
* Remove duplicate $FreeBSD$ that snuck in.rwatson2007-12-261-2/+0
* Add a simple scripting facility to DDB(4), allowing the user torwatson2007-12-268-10/+666
* Fix a panic where if the mbuf was consumed by the filter for requeueingthompsa2007-12-261-0/+7
* Add a new DDB(4) facility, output capture. Input and output from DDB may berwatson2007-12-257-0/+330
* "vt" doesn't refer to any existing device anymore. Remove it.wkoszek2007-12-252-3/+1
* Rewrite kern.console handling in sbuf(9). My intention is to leavewkoszek2007-12-251-21/+16
* Add support for the BMC5722.remko2007-12-252-0/+2
OpenPOWER on IntegriCloud