summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Let the number of timecounters follow hz, otherwise people withphk2002-02-052-3/+4
* style: return(x) -> return (x)alfred2002-02-051-2/+2
* Fix the credential handling code.alfred2002-02-051-2/+24
* The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacksalfred2002-02-054-30/+73
* Fix the breakage in rpc.yppasswd. Readded the svc_create() andalfred2002-02-052-78/+51
* The hardware checksum code makes the assumption that a packet routed outarchie2002-02-051-2/+9
* tab in pw_mkdb's arg for style.alfred2002-02-051-1/+1
* Constify things to unbreak world.alfred2002-02-052-3/+3
* Add a manpage for VOP_REVOKE(9).green2002-02-052-1/+63
* Document that VOP_GETATTR(9) does not actually expect to hold angreen2002-02-051-3/+3
* Don't use non-signal-safe functions (exit(3) in this case) insheldonh2002-02-053-3/+3
* Add support for the Aztech 2320 chip.tg2002-02-051-0/+45
* Fix -F with logfiles rotated on time only.roam2002-02-051-1/+1
* This commit was generated by cvs2svn to compensate for changes in r90238,sheldonh2002-02-051-1/+1
|\
| * Fix obscure bug in code loading support that could cause parsing ofsheldonh2002-02-051-1/+1
* | Three times lucky: <stddef.h>, not <sys/param.h>des2002-02-052-2/+2
* | Oops, the correct header to include for NULL is <sys/param.h>.des2002-02-052-2/+2
* | - Do not hang if the resource allocation fails.tanimura2002-02-052-19/+30
* | ANSIfy and constify.des2002-02-055-50/+46
* | Move arguments in prototype out of application namespace.des2002-02-051-1/+1
* | Makes __istype() an inline (and a non inlined) function to avoid C++bbraun2002-02-052-4/+14
* | #include <sys/types.h> for NULL (hidden by Linux-PAM header pollution)des2002-02-052-0/+4
* | #include cleanup.des2002-02-0518-24/+35
* | MFen (1.272 --> 1.275).kuriyama2002-02-051-4/+16
* | Get rid of the twisted MFREE() macro entirely.dillon2002-02-0515-95/+67
* | Give the next BIND-importing schmuck some assistance.nectar2002-02-041-0/+37
* | + A variety of 23XX changes:mjacob2002-02-0410-56/+219
* | Move the pseudofs, procfs and linprocfs modules out from the fs directory.des2002-02-046-31/+34
* | New release note: ldd(1) can be used on shared libraries.bmah2002-02-042-2/+8
* | Match the requirements of the new kernel structures.sos2002-02-041-0/+103
* | Major update of the ATA RAID code, part 1:sos2002-02-0418-2053/+2263
* | getgrouplist now takes `gid_t' instead of `int'.nectar2002-02-041-1/+2
* | hex.c is new in libisc with 8.3.1-REL.nectar2002-02-041-1/+1
* | Resolve conflicts after import of ISC BIND 8.3.1-REL.nectar2002-02-045-692/+664
* | This commit was generated by cvs2svn to compensate for changes in r90209,nectar2002-02-04206-2924/+9141
|\ \
| * | Import of ISC BIND 8.3.1-REL.nectar2002-02-04211-3616/+9806
* | | Change EPERM to EOPNOTSUPP when failing pseudofs_setattr() arbitrarily.rwatson2002-02-041-4/+2
* | | Return EPERM instead of 0 in the un-implemented pseudofs_setattr().rwatson2002-02-041-2/+1
* | | Explicitly declare (gcc internal) functions.markm2002-02-041-0/+1
* | | o Scatter vn_start_write() and vn_finished_write() through ACL code sorwatson2002-02-043-9/+30
* | | New release notes: ngctl(8) write, ps(1) -W deorbit burn.bmah2002-02-042-2/+16
* | | Corrected an argument to in6_pcbnotify().ume2002-02-041-2/+3
* | | In tcp_respond(), correctly reset returned IPv6 header. This is essentialume2002-02-042-0/+6
* | | Two updates from ISO 639-2/RA Change Notice, dated 2001-08-13 andwollman2002-02-041-1/+2
* | | Update alpha-3 code for Romania.wollman2002-02-041-2/+5
* | | ssh_get_authentication_connection() gets its parameters from environmentdes2002-02-041-2/+24
* | | I missed adding a file that was needed on the Alpha (and will be neededobrien2002-02-041-1/+1
* | | Back out the "upgrading" of NBBY to unsigned, as it exposesmarkm2002-02-041-1/+1
* | | Note that Kirk apparently missed adding vn_start_write() and friendsrwatson2002-02-043-0/+9
* | | New release note: Linux emulation needs SYSVSEM.bmah2002-02-042-0/+6
OpenPOWER on IntegriCloud