summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move scrshot(1) functionality into vidcontrol(1).sobomax2001-05-194-249/+0
* String operations could silently truncate long strings, leaving the outputgshapiro2001-05-181-8/+8
* I appear to be badly out of practice. Remember to flush the output streamnik2001-05-181-0/+1
* Removed -I${.CURDIR}/.../sys from CFLAGS.ru2001-05-184-4/+0
* Remove GCC-ism (-Wall).ru2001-05-181-3/+0
* mdoc(7) police: Fix markup and spelling.ru2001-05-181-37/+34
* Don't leak memory when compiling text following the `a', `c' or `i' command.ru2001-05-181-1/+1
* Add scrshot to the i386 specific section. If someone can test this on thenik2001-05-181-0/+1
* By default build make(1) as a static binary. It costs only 100k of additionalsobomax2001-05-181-0/+2
* New scrshot utility, using the CONS_SCRSHOT ioctl. Usage isnik2001-05-183-0/+253
* Missed a few things.obrien2001-05-181-3/+4
* In a word -- style(9).obrien2001-05-181-43/+51
OpenPOWER on IntegriCloud