aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make cron actually build without defining LOGIN_CAP.Rob Braun2002-02-061-1/+1
* Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. ThisScott Long2002-02-064-0/+51
* Allow the kern.maxusers boot tuneable to be set to 0 (previously onlyMatthew Dillon2002-02-061-2/+3
* balance parens.Alfred Perlstein2002-02-051-1/+1
* For RPC v2 we need to fill in ret->xp_raddr too. INET_6Alfred Perlstein2002-02-051-1/+1
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,Alfred Perlstein2002-02-0521-26/+51
* Correctly identify the Intel 82830 AGP bridge.Benno Rice2002-02-052-0/+6
* Do not call addrinfo on local transport adresses, if returning aAlfred Perlstein2002-02-051-5/+25
* Switch to a self-starting allocation scheme.Dag-Erling Smørgrav2002-02-051-10/+3
* Reindent, and add parentheses to return statements. Some functions inDag-Erling Smørgrav2002-02-058-1989/+1997
* Fix the race between the stat() and the mkdir().Dave Zarzycki2002-02-051-16/+19
* Update the physio man page to better reflect reality.Josef Karthauser2002-02-051-37/+14
* Eliminate a redundant loop.Dag-Erling Smørgrav2002-02-051-2/+1
* Fix a race with free'ing vmspaces at process exit when vmspaces areAlfred Perlstein2002-02-055-20/+37
* Fix minor disorder in functions declared in extern.hWarner Losh2002-02-051-1/+1
* o Move externs to extern.hWarner Losh2002-02-056-65/+72
* Let the number of timecounters follow hz, otherwise people withPoul-Henning Kamp2002-02-052-3/+4
* style: return(x) -> return (x)Alfred Perlstein2002-02-051-2/+2
* Fix the credential handling code.Alfred Perlstein2002-02-051-2/+24
* The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacksAlfred Perlstein2002-02-054-30/+73
* Fix the breakage in rpc.yppasswd. Readded the svc_create() andAlfred Perlstein2002-02-052-78/+51
* The hardware checksum code makes the assumption that a packet routed outArchie Cobbs2002-02-051-2/+9
* tab in pw_mkdb's arg for style.Alfred Perlstein2002-02-051-1/+1
* Constify things to unbreak world.Alfred Perlstein2002-02-052-3/+3
* Add a manpage for VOP_REVOKE(9).Brian Feldman2002-02-052-1/+63
* Document that VOP_GETATTR(9) does not actually expect to hold anBrian Feldman2002-02-051-3/+3
* Don't use non-signal-safe functions (exit(3) in this case) inSheldon Hearn2002-02-053-3/+3
* Add support for the Aztech 2320 chip.Thomas Gellekum2002-02-051-0/+45
* Fix -F with logfiles rotated on time only.Peter Pentchev2002-02-051-1/+1
* This commit was generated by cvs2svn to compensate for changes in r90238,Sheldon Hearn2002-02-051-1/+1
|\
| * Fix obscure bug in code loading support that could cause parsing ofvendor/misc-GNU/bcSheldon Hearn2002-02-051-1/+1
* | Three times lucky: <stddef.h>, not <sys/param.h>Dag-Erling Smørgrav2002-02-052-2/+2
* | Oops, the correct header to include for NULL is <sys/param.h>.Dag-Erling Smørgrav2002-02-052-2/+2
* | - Do not hang if the resource allocation fails.Seigo Tanimura2002-02-052-19/+30
* | ANSIfy and constify.Dag-Erling Smørgrav2002-02-055-50/+46
* | Move arguments in prototype out of application namespace.Dag-Erling Smørgrav2002-02-051-1/+1
* | Makes __istype() an inline (and a non inlined) function to avoid C++Rob Braun2002-02-052-4/+14
* | #include <sys/types.h> for NULL (hidden by Linux-PAM header pollution)Dag-Erling Smørgrav2002-02-052-0/+4
* | #include cleanup.Dag-Erling Smørgrav2002-02-0518-24/+35
* | MFen (1.272 --> 1.275).Jun Kuriyama2002-02-051-4/+16
* | Get rid of the twisted MFREE() macro entirely.Matthew Dillon2002-02-0515-95/+67
* | Give the next BIND-importing schmuck some assistance.Jacques Vidrine2002-02-041-0/+37
* | + A variety of 23XX changes:Matt Jacob2002-02-0410-56/+219
* | Move the pseudofs, procfs and linprocfs modules out from the fs directory.Dag-Erling Smørgrav2002-02-046-31/+34
* | New release note: ldd(1) can be used on shared libraries.Bruce A. Mah2002-02-042-2/+8
* | Match the requirements of the new kernel structures.Søren Schmidt2002-02-041-0/+103
* | Major update of the ATA RAID code, part 1:Søren Schmidt2002-02-0418-2053/+2263
* | getgrouplist now takes `gid_t' instead of `int'.Jacques Vidrine2002-02-041-1/+2
* | hex.c is new in libisc with 8.3.1-REL.Jacques Vidrine2002-02-041-1/+1
* | Resolve conflicts after import of ISC BIND 8.3.1-REL.Jacques Vidrine2002-02-045-692/+664