summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump __FreeBSD_version to 800007 to reflect kdb_enter change.rwatson2007-12-251-1/+1
* Add a new kernel startup event for DDB services, which will include DDBrwatson2007-12-251-0/+1
* Add a new privilage category for DDB(4), and add PRIV_DDB_CAPTURE torwatson2007-12-251-1/+6
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-2533-48/+95
* Rename "mbuf_jumbo_pagesize" to "mbuf_jumbo_page". It makes it aligned correctlywkoszek2007-12-251-1/+1
* Use __FBSDID() in the kernel BPF implementation.rwatson2007-12-252-4/+6
* Change "audit_pipe_preselect" to "audit_pipe_presel" to make it printwkoszek2007-12-251-1/+1
* Workaround p->numbytes overflow, which can result in infinite loop insideoleg2007-12-251-7/+22
* Add sysctl mibs for _TSP, _TC1 and _TC2 which is user overridableume2007-12-241-0/+40
* Move the check for the snp device being already attached after thekib2007-12-241-11/+6
* Various fixes:marcel2007-12-241-41/+25
* - Fix a typo in comments.stas2007-12-231-1/+1
* - remove code from oroginal file, which is not required on BWCT boardsticso2007-12-231-52/+86
* BWCT boards uses two different SPI flash chipsticso2007-12-231-2/+3
* Remove trailing whitespace from lines in BPF.rwatson2007-12-232-7/+7
* When IPSEC fails to allocate policy state for an inpcb, and MAC is in use,rwatson2007-12-221-1/+5
* give thread0 the tid 100000 and bumpt the others to start at 100001julian2007-12-222-1/+3
* Make SCHED_ULE buildable with gcc3.wkoszek2007-12-211-17/+17
* More properly handle links who only have 1 valid IRQ in their bitmask. Thejhb2007-12-211-13/+12
* Update the comment describing vm_phys_unfree_page().alc2007-12-211-1/+3
* Apply missing s/rv/res/g in previous commit.marcel2007-12-214-4/+4
OpenPOWER on IntegriCloud