summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | The ffs_balloc() routines, whan allocating the indirect blocks forkib2007-12-291-2/+42
* | Some systems need the types defined in sys/types.h, but lack theimp2007-12-292-0/+2
* | Plug a memory leak. Once any given package (e.g. perl) was installedkensmith2007-12-291-1/+3
* | Adjust the some error messages as suggested during re@ review, andkensmith2007-12-291-3/+10
* | Add asmc(4).rpaulo2007-12-282-2/+4
* | Attempt to reduce the rate of foot-shooting injuries by adding a newcperciva2007-12-281-0/+9
* | List all environment variables supported by libfetch, along with a referencedes2007-12-281-9/+19
* | Aussie New Years wishwilko2007-12-281-0/+4
* | Back out premature commit of previous version.jasone2007-12-281-183/+113
* | Maintain two trees instead of one (old_chunks --> old_chunks_{ad,szad}) injasone2007-12-281-113/+183
* | Implement RB_PREV() AND RB_FOREACH_REVERSE().jasone2007-12-282-2/+39
* | The limit on datasize in the install environment is 128M. That's a bitkensmith2007-12-281-0/+10
* | Release chunks_mtx for all paths through chunk_dealloc().jasone2007-12-281-1/+4
* | 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-286-37/+6
* | Add the 'D' and 'M' run time options, and use them to control whetherjasone2007-12-272-315/+492
* | 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
* | Garbage-collect following nomore existing options:attilio2007-12-271-7/+1
* | Fix a typo in regards to the ENOENT error.jhb2007-12-271-1/+1
* | Compare kernel dump header magic with textdump magic using strncmp()rwatson2007-12-271-11/+31
* | 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
* | - Fix calculation of data slice size when NANO_DATASIZE=-1.simon2007-12-271-2/+2
* | - Roll-back attempts to mimic rename(2) atomicity introduced in 1.47,dds2007-12-271-95/+69
* | 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
* | Minor formatting tweaks.rwatson2007-12-261-3/+10
* | Minor formatting tweaks; recommend "call doadump; reset" over "panic"rwatson2007-12-262-6/+6
* | Teach savecore(8) how to extract textdump(4) dumps.rwatson2007-12-262-79/+171
* | Add textdump(4) man page to describe the textdump facility and providerwatson2007-12-263-0/+194
* | 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 SCRIPTING section to describe new DDB scripting facilities.rwatson2007-12-261-2/+147
* | Add description of 'debug.ddb.capture.data' sysctl to DBD outputrwatson2007-12-261-0/+4
* | Add command-line tool ddb(8), which allows DDB(4) scripts to berwatson2007-12-266-0/+379
* | 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
OpenPOWER on IntegriCloud