summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - revert back to vmcore.#fenner2002-05-053-109/+271
* Remove leading whitespace from the setuid file lists.cjc2002-05-051-2/+2
* * Fix a small typo, thanks to olgenidougb2002-05-041-1/+4
* * Add some niceties to make the -p option quieter, and better behaveddougb2002-05-041-5/+28
* Use pages instead of uz_maxpages, which has not been initialized yet, whenjeff2002-05-041-2/+2
* Tweak a data type from char * to u_char *brian2002-05-041-2/+2
* o Make _vm_object_allocate() and vm_object_allocate() callablealc2002-05-042-22/+21
* Use -ffreestanding for kernel bits unconditionally.obrien2002-05-042-4/+0
* Fix a typo.mux2002-05-042-2/+2
* Shake unused stuff out of the flags in struct buf->b_flags.phk2002-05-041-9/+11
* Make ``set mru'' require a context. In multi-link mode, there's nobrian2002-05-041-1/+1
* Remove a six year old undocumented #ifdef : NO_B_MALLOC.phk2002-05-041-12/+0
* The struct buf->b_act was not used anywere.phk2002-05-041-1/+0
* Restore the ability interrupt dumps on i386, based onfenner2002-05-043-0/+21
* Remove obsolete code (that was already #if 0'd out).dillon2002-05-041-18/+0
* When a program launched on the local console exits, the shell willmux2002-05-041-1/+2
* Document the fact that at(1) is run through cron(8) and that this affectsasmodai2002-05-041-0/+14
* (forced)sobomax2002-05-040-0/+0
* Add ability to query installed packages based on origin.sobomax2002-05-047-11/+99
* Use region 7 addresses for the slabs in the PV and PT zones so that wedfr2002-05-041-1/+1
* Do not call nge_tick() if we get an PHY interrupt, nge_tick() callsphk2002-05-041-3/+11
* Increase gigE negotiation timeout to 17 seconds.phk2002-05-041-5/+5
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyphk2002-05-0417-376/+129
* Restore the minfree functionality into savecore. This patchmux2002-05-041-7/+80
* Make sure we don't index the pm_rid array out of bounds inmarcel2002-05-041-0/+10
* style(9): 'if' and 'while' need a space after them.alfred2002-05-041-3/+3
* Add myself.mini2002-05-041-0/+1
* Grouping changes.jmallett2002-05-041-2/+2
* Don't use pointers as booleans.jmallett2002-05-041-3/+3
* Try to de-confuse ad-hoc, demo ad-hoc and ibss:imp2002-05-041-11/+23
* Include systm.h so panic(9) is defined when doing DEBUG_ALL_VFS_LOCKS.jeff2002-05-041-0/+1
* Include systm.h for panic(9) so that DEBUG_ALL_VFS_LOCKS compiles.jeff2002-05-044-0/+4
* include systm.h in vnode_if.c so that panic is defined when we're doingjeff2002-05-041-0/+1
* o Remove GIANT_REQUIRED from vm_map_lookup_entry() andalc2002-05-042-7/+3
* Replace calloc(3) with malloc(3), and set the tail of thejmallett2002-05-041-2/+3
* em(4) updates.bmah2002-05-032-2/+6
* New release notes: PCI_ENABLE_IO_MODES (+MFC), drm drivers,bmah2002-05-032-8/+58
* style(9): sort includes, remove EOL spaces.maxim2002-05-031-6/+6
* I have no idea how I managed to get two lines about geom in there...phk2002-05-031-1/+0
* wait(2) for compress_log() processes to complete before exit.maxim2002-05-031-0/+3
* Rename `eqrelval' which was renamed from `eqrel' to quiet a shadow warningjmallett2002-05-031-3/+3
* Various updates to VOP_ATTRIB(9): mention locks being shared/exclusiverwatson2002-05-031-4/+13
* Fix a bug whereby we were getting ~0 and comparing it to maxsize, i.e. ifjmallett2002-05-031-1/+1
* Add a test for the -R option.jmallett2002-05-032-1/+8
* HPFS picks up the vop_stdgetpages and vop_stdputpages member functionsphk2002-05-031-2/+0
* Minor tweaks:imp2002-05-031-8/+19
* Typo fix: detects -> detect.jmallett2002-05-036-6/+6
* Fix a memory-leak when configuring a vnode backed md(4) device fails.phk2002-05-031-13/+16
* Move substitution out to a function, prerun(), and replace use of run() withjmallett2002-05-031-85/+78
* Fix fd leak. Threads people: does the call above to `access' need to bewollman2002-05-031-1/+3
OpenPOWER on IntegriCloud