aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Pass an array of gid_t rather than an array of int to getgroups().Stefan Farfeleder2004-10-023-4/+7
* Eliminate unnecessary uses of PHYS_TO_VM_PAGE() from pmap_enter(). TheseAlan Cox2004-10-024-20/+8
* Remove an unused declaration. (I should have included this change inAlan Cox2004-10-021-1/+0
* Finish the de-orbital burn of our previous FreeBSD version compat libsDavid E. O'Brien2004-10-02164-172537/+0
* Add a SOCKBUF_LOCK() to a rarely executed path in do_sendfile().Alan Cox2004-10-021-0/+1
* Enable the new compat4x libs.Scott Long2004-10-021-0/+5
* Update libc, libc_r, and libperl and add libhistory, libm, libopie, libpcap,Scott Long2004-10-028-14879/+18490
* Remove extraneous SECPOLICY_LOCK_DESTROY calls that cause the mutex to beSam Leffler2004-10-021-2/+0
* dc(4) is now supported as well. While here sort the list and remove awi,Max Laier2004-10-011-4/+4
* Prepare for 5.3 release by updating libraries that had changed inKen Smith2004-10-019-13474/+16626
* General overhaul:Jens Schweikhardt2004-10-013-58/+76
* Document MD commands.Ruslan Ermilov2004-10-011-0/+25
* Add optimized version of the bswap macroes for constants if __OPTIMIZED__ isOlivier Houchard2004-10-011-2/+30
* There's no need to turn on MALLOC_PROFILE by default.Olivier Houchard2004-10-011-1/+0
* Don't attempt to profile __udivsi3() and friends, as mcount() uses them.Olivier Houchard2004-10-011-4/+4
* Add more PnP serial cards support.Yoshihiro Takahashi2004-10-012-22/+38
* Fix BIOS default geometry on pc98.Yoshihiro Takahashi2004-10-011-0/+4
* Bump the library version numbers for the following libraries:Ken Smith2004-10-015-3/+19
* Read the MAC address in the EEPROM in the correct byte order. ThisMaxime Henrion2004-10-012-8/+8
* Clear a process's procfs trace points upon delivery of SIGKILL.Alfred Perlstein2004-10-011-0/+10
* Always set half'n'half mode on ICH* chips.Søren Schmidt2004-10-011-0/+1
* Fix the serverworks modesetting code, of mask offset was wrong.Søren Schmidt2004-10-011-14/+16
* Merge the following from the English version:Denis Peplin2004-10-012-36/+17
* Install precious shared libraries with -S.Ruslan Ermilov2004-10-011-1/+4
* Keep each prog on its own line so that diffs between variousRuslan Ermilov2004-10-0110-67/+263
* Take away unused libraries.Ruslan Ermilov2004-10-0110-10/+10
* Add ALTQ support for dc(4), based upon a mostly-working patch from mlaier.Brian Feldman2004-10-012-30/+42
* Conditionalize IFF_NEEDSGIANT, like everything else here, on IS_MPSAFE.Brian Feldman2004-10-012-4/+6
* Fix a LOR relating to freeing cdevs.Poul-Henning Kamp2004-10-013-11/+19
* assign 187 to ata over ethernet for Sam's ata over ethernet driver.Warner Losh2004-10-011-0/+1
* cover soreadable and sowriteable with the corresponding socketbuffer locks.Alfred Perlstein2004-10-011-9/+9
* nfsclient/nfs_bio.c has a PHOLD() without a PRELE(). Neither shouldDavid Schultz2004-10-011-3/+1
* Avoid calling _PHOLD(p1) with p2's lock held, since _PHOLD()David Schultz2004-10-011-3/+8
* Don't PHOLD() the target process in procfs, since this is already doneDavid Schultz2004-10-013-6/+3
* Fix the following race:David Schultz2004-10-011-3/+4
* (forced commit) Previous revision documented the "bcachestat" command.Ruslan Ermilov2004-10-010-0/+0
* The "autoboot" command also has a third (optional) parameter.Ruslan Ermilov2004-10-012-2/+9
* It turns out the ia64 architecture's disc2 overflows if we put theKen Smith2004-09-301-2/+9
* Don't give instructions on how to disable ACPI in the MI section.Ruslan Ermilov2004-09-301-5/+0
* Setting "kernel" to an absolute path is a bad idea becauseRuslan Ermilov2004-09-301-2/+2
* Make -t <tty> optional. If not specified use stdin/stdout.Maksim Yevmenkin2004-09-302-14/+35
* Resurrect dump that broke with the last update.Søren Schmidt2004-09-301-5/+4
* Update descriptions of named-related knobs.Doug Barton2004-09-301-25/+7
* Trade slattach for gpt. With all the tools to create new file systems,Marcel Moolenaar2004-09-301-5/+3
* Bring this file more up to date.Ruslan Ermilov2004-09-301-12/+29
* Retire now useless userconfig_script_*.Ruslan Ermilov2004-09-303-17/+2
* Fix a typo to fix the !DIAGNOSTIC build.John Baldwin2004-09-301-1/+1
* Validate the action pointer to be within the rule size, so that trying toBrian Feldman2004-09-301-0/+5
* The value of $interpret is "OK", in uppercase.Ruslan Ermilov2004-09-301-1/+1
* Fixed the default value of the $prompt variable, document whatRuslan Ermilov2004-09-302-2/+6