summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Make sure the len() builtin always returns an answer. Previously,gshapiro2001-05-291-2/+1
* Direct queries for IP numbers to ARIN. It would be nice if we couldphk2001-05-282-6/+19
* Call kvm_close() before exit for consistency.phk2001-05-281-1/+4
* Many new features and optimization improvements:ru2001-05-282-292/+377
* Follow symbolic links named as command line arguments if run without -R.ru2001-05-281-2/+3
* The last(1) choked if there were two successive "login" marksru2001-05-281-4/+1
* Silence warnings (most about constness) and clamp down with WARNS=2.dd2001-05-282-5/+7
* Fix overflowing on nul character.mikeh2001-05-281-1/+1
* Implement snapshots. The new -d option allows the user to find outdd2001-05-282-73/+248
* Silence warnings and compile with WARNS=2 on i386 and alpha.dd2001-05-282-12/+12
* Miscellaneous cleanups; sync to OpenBSD as much as feasible.dd2001-05-271-81/+68
* Cleanup mail(1)'s varying styles by converting to using style(9).mikeh2001-05-2726-1460/+1453
* Damn. Fix typo in previous commit.des2001-05-271-1/+1
* Fix a trivial warning and clamp down with WARNS=2kris2001-05-262-5/+7
* Fix a trivial warning and clamp down with WARNS=2kris2001-05-262-1/+3
* Fix some trivial warnings and clamp down with WARNS=2kris2001-05-262-2/+9
* Fix WARNS=2 warnings on alpha and i386 and clamp it downkris2001-05-262-43/+45
* When running on a tty, install an authentication callback.des2001-05-261-8/+52
* Deconvolute the authentication mess, and hand total responsiblitymarkm2001-05-263-358/+226
* Fix the error buffer passed to kvm_openfiles to have a correct lengthtmm2001-05-261-1/+2
* Fix the error buffer passed to kvm_openfiles to have a correct lengthtmm2001-05-251-1/+2
* Mark error() as __printflike() and fix a non-exploitable format stringkris2001-05-252-2/+2
* Fix the error buffer passed to kvm_openfiles to have a length oftmm2001-05-251-2/+4
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-251-5/+5
* Make it clear that -P is the default.ru2001-05-252-4/+5
* If the user exists abruptly, tip's "tipout" child can hang aroundphk2001-05-242-1/+14
* Backout rev. 1.22 as the change that caused problems was also backed out.ru2001-05-241-1/+1
* define _KERNEL before including <sys/conf.h>phk2001-05-231-1/+1
* We don't need to include <sys/conf.h>phk2001-05-231-1/+0
* A feature to allow one to telnet to a unix domain socket.dillon2001-05-233-4/+44
* Note that sys.mk is read before any other file (even Makefile)obrien2001-05-231-1/+4
* Changed 'blocks' to 'usage' because we may not be getting quotas frompirzyk2001-05-231-1/+1
* Update BIOS time.tg2001-05-221-0/+11
* Beautify debugging output.tg2001-05-221-2/+2
* Fix slice handling. Add 6 (`big' DOS partition) as a legal systemID.tg2001-05-221-2/+3
* Silence some debugging output when installing Borland's Turbo C.tg2001-05-221-1/+14
* Fix boot order (really try A:, then C:, unless the `boot' option istg2001-05-221-12/+32
* Implement file truncation (DOS function 0x21, sub 0x40).tg2001-05-221-4/+20
* Correct typo to get DOS function 0x51 (get PSP) to work.tg2001-05-221-1/+1
* DOS function 0x0a (buffered keyboard input) returned immediately.tg2001-05-221-1/+1
* Fix DOS function 4c (exit with return code).tg2001-05-221-0/+1
* mdoc(7) police: fix markup.ru2001-05-221-40/+57
* Remove an accidentaly added extra blank line.eric2001-05-221-1/+0
* Disable SIGHUP while getting the login name.guido2001-05-211-0/+2
* Work around the side effect of src/include/Makefile,v 1.137 changes.ru2001-05-211-1/+1
* Print commas in the group list in user(). current() already did this.dd2001-05-201-1/+1
* Silence WARNS=2 and BDECFLAGS on alpha and i386kris2001-05-202-2/+3
* Silence WARNS=2 and BDECFLAGS on alpha and i386kris2001-05-201-0/+1
* Silence WARNS=2 and BDECFLAGS on alpha and i386kris2001-05-202-2/+3
* This passes WARNS=2 on alpha and i386kris2001-05-201-1/+3
OpenPOWER on IntegriCloud