aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bring in a slightly older version of usr/bin/passwd which does notLuigi Rizzo2002-05-052-0/+359
* Expand the one-line function pbreassignbuf() the only place it is or couldPoul-Henning Kamp2002-05-053-16/+1
* Move some UFS related stuff home where it belongs.Poul-Henning Kamp2002-05-052-7/+7
* Fix make(1) behaviour regarding SysV-style substitution when given a nilJuli Mallett2002-05-051-0/+6
* Add a regression test for bin/5297, regarding sysv substitution with a nilJuli Mallett2002-05-054-0/+20
* No longer attempt to power off the ACLINK during suspend - luigiOrion Hodson2002-05-051-3/+0
* Add a KERNELDUMPMAGIC_CLEARED macro to unbreak savecore. SinceMaxime Henrion2002-05-051-0/+1
* Update usage() and manpage to match reality (add -O into usage and adjustMaxim Sobolev2002-05-052-4/+10
* Use PLIST_ORIGIN instead of rolling own version using PLIST_COMMENT.Maxim Sobolev2002-05-051-4/+5
* Handle PLIST_ORIGIN properly.Maxim Sobolev2002-05-052-0/+9
* Fix broken entityUdo Erdelhoff2002-05-052-2/+2
* Fix the fallback to mount(2) with RELENG_4 kernels and -CURRENTMaxime Henrion2002-05-051-2/+23
* o Add struct mca_guidMarcel Moolenaar2002-05-051-6/+28
* o Include md_var.hMarcel Moolenaar2002-05-051-10/+5
* Remove definition of struct ia64_fdesc. It's been moved to md_var.hMarcel Moolenaar2002-05-051-8/+0
* o Move definition of struct ia64_fdesc here to remove duplication.Marcel Moolenaar2002-05-051-1/+11
* Modify the -p implementation to use a user's locale, so they can respond toJuli Mallett2002-05-052-13/+63
* o Remove GIANT_REQUIRED from vm_map_lookup() and vm_map_lookup_done().Alan Cox2002-05-051-2/+2
* Fix a typo.Juli Mallett2002-05-051-2/+3
* Return the correct error code (ENOSYS, not EINVAL) from nosys(). GettingBruce Evans2002-05-051-1/+1
* Check for possible overflow from sysconf _SC_ARG_MAX and error out in aJuli Mallett2002-05-051-5/+10
* Fixed breakage of binary compatibility of the kern.clockrate sysctl inBruce Evans2002-05-052-0/+2
* Fixed checking for VM86 mode in doreti which I broke in rev.1.30. OnlyBruce Evans2002-05-051-6/+12
* In an effort to make this utility easier to work with at a source level, moveJuli Mallett2002-05-051-141/+154
* - revert back to vmcore.#Bill Fenner2002-05-053-109/+271
* Remove leading whitespace from the setuid file lists.Crist J. Clark2002-05-051-2/+2
* * Fix a small typo, thanks to olgeniDoug Barton2002-05-041-1/+4
* * Add some niceties to make the -p option quieter, and better behavedDoug Barton2002-05-041-5/+28
* Use pages instead of uz_maxpages, which has not been initialized yet, whenJeff Roberson2002-05-041-2/+2
* Tweak a data type from char * to u_char *Brian Somers2002-05-041-2/+2
* o Make _vm_object_allocate() and vm_object_allocate() callableAlan Cox2002-05-042-22/+21
* Use -ffreestanding for kernel bits unconditionally.David E. O'Brien2002-05-042-4/+0
* Fix a typo.Maxime Henrion2002-05-042-2/+2
* Shake unused stuff out of the flags in struct buf->b_flags.Poul-Henning Kamp2002-05-041-9/+11
* Make ``set mru'' require a context. In multi-link mode, there's noBrian Somers2002-05-041-1/+1
* Remove a six year old undocumented #ifdef : NO_B_MALLOC.Poul-Henning Kamp2002-05-041-12/+0
* The struct buf->b_act was not used anywere.Poul-Henning Kamp2002-05-041-1/+0
* Restore the ability interrupt dumps on i386, based onBill Fenner2002-05-043-0/+21
* Remove obsolete code (that was already #if 0'd out).Matthew Dillon2002-05-041-18/+0
* When a program launched on the local console exits, the shell willMaxime Henrion2002-05-041-1/+2
* Document the fact that at(1) is run through cron(8) and that this affectsJeroen Ruigrok van der Werven2002-05-041-0/+14
* (forced)Maxim Sobolev2002-05-040-0/+0
* Add ability to query installed packages based on origin.Maxim Sobolev2002-05-047-11/+99
* Use region 7 addresses for the slabs in the PV and PT zones so that weDoug Rabson2002-05-041-1/+1
* Do not call nge_tick() if we get an PHY interrupt, nge_tick() callsPoul-Henning Kamp2002-05-041-3/+11
* Increase gigE negotiation timeout to 17 seconds.Poul-Henning Kamp2002-05-041-5/+5
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyPoul-Henning Kamp2002-05-0417-376/+129
* Restore the minfree functionality into savecore. This patchMaxime Henrion2002-05-041-7/+80
* Make sure we don't index the pm_rid array out of bounds inMarcel Moolenaar2002-05-041-0/+10
* style(9): 'if' and 'while' need a space after them.Alfred Perlstein2002-05-041-3/+3