summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Sendmail can be slow to startup.obrien2002-03-221-4/+4
* Fix the style of the SCM ID's.obrien2002-03-2229-25/+35
* Fix the style of the SCM ID's.obrien2002-03-2254-117/+138
* Fix the style of the SCM ID's.obrien2002-03-221-1/+2
* Use int (ioctl)(...) rather than int ioctl(...) so that ioctl can be definedimp2002-03-221-1/+6
* Use td_ucred in several trivial syscalls and remove Giant locking asjhb2002-03-221-32/+16
* Fix the style of the SCM ID's.obrien2002-03-22408-795/+970
* Use explicit Giant locks and unlocks for rather than instrumented ones forjhb2002-03-221-6/+5
* Typo (if => of).wollman2002-03-221-1/+1
* Add a word of caution about integer arithmetic range and overflow detection.wollman2002-03-221-0/+6
* Fix a few formatting brainos and make the formatting of the EXAMPLESwollman2002-03-221-6/+9
* Actually install the moduli(5) man page.des2002-03-221-1/+1
* Install static and profiled libraries with -C.des2002-03-221-2/+2
* Make expr POSIX-compliant, and fix some bugs. Specifically:wollman2002-03-222-104/+215
* Use char foo[] = "BAR" to avoid direct assignment of const char * into char *.alfred2002-03-221-2/+4
* Const fix.alfred2002-03-221-1/+1
* Merge from TrustedBSD MAC branch:rwatson2002-03-226-13/+38
* Remove cast that's not needed.alfred2002-03-221-1/+1
* Update SCM ID.obrien2002-03-221-2/+2
* Note that -n is non-standard.obrien2002-03-221-1/+3
* WARNS from 3 to 4. still some warnings about assigning const char * toalfred2002-03-221-1/+1
* Back out last commit (rev 1.2). I thought I caught this file in timeobrien2002-03-221-1/+1
* rename 'enum res' and 'struct status' to 'enum sm_res' and 'struct sm_status'alfred2002-03-222-6/+6
* constify log_from_addr() parameter.alfred2002-03-221-2/+2
* Constify the first arg to callrpc(3).alfred2002-03-222-2/+2
* MFen 1.4ue2002-03-221-8/+31
* DESTDIR does not anymore does the -I${DESTDIR}/usr/include magicru2002-03-221-4/+4
* This library uses its own versions of some of the system headers.ru2002-03-221-3/+3
* Prevent icmp_reflect() from calling ip_output() with a NULL routeru2002-03-223-9/+8
* When "cloning" a pipe's buffer bcopy the data after dropping the pipe'salfred2002-03-221-2/+2
* Add [MERGED] tag things to some items in the kernel section that shouldbmah2002-03-222-32/+28
* only read from the possibly bad address if we did not get a machinegallatin2002-03-221-1/+1
* No need to cast; ().gr_gid is already the correct type.markm2002-03-221-1/+1
* Allow SMP kernels (like GENERIC..) to boot on UP kernels on the alpha.gallatin2002-03-221-1/+1
* Add myself to the calendar.ceri2002-03-221-0/+1
* In sysctl, req->td is believed always to be non-NULL, so there's no needrwatson2002-03-221-20/+14
* Null one-line entry to resurrect this from the Attic. The real commitmarkm2002-03-221-0/+1
* Since cred never appears to be passed into the securelevel calls asrwatson2002-03-221-2/+2
* This commit was generated by cvs2svn to compensate for changes in r92948,markm2002-03-2213-0/+2778
|\
| * Vendor import NETBSD's sort(1). This will be a replacement formarkm2002-03-2214-159/+3068
| * Import the NetBSD 1.5 RC system on a vendor branch.obrien2001-06-222-176/+57
* | Revision 1.45 of gnu/usr.bin/man/man.c obviated the need to linkru2002-03-221-0/+2
* | SCM ID tweak.obrien2002-03-222-2/+0
* | Remove multi-line __P() usage.obrien2002-03-2230-143/+129
* | Install a sample /usr/share/examples/smbfs/dot.nsmbrc.roam2002-03-221-1/+11
* | Fix for OPIE 2.4.markm2002-03-221-0/+1
* | Remove __P() usage.obrien2002-03-221-2/+2
* | Regen.sheldonh2002-03-221-55/+120
* | Add the -n option, which automatically answers "no" to the overwrite question.obrien2002-03-222-6/+27
* | Teach the bge driver about the BCM5701 (specifically, the 3Comwpaul2002-03-222-4/+20
OpenPOWER on IntegriCloud