summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1996-05-21errno.h provides what we needTheo de Raadt
1996-05-21getc/ungetc use an intTheo de Raadt
1996-05-21avoid divide-by-zero trap when specifying small widthsTheo de Raadt
do not overrun entry array when printing output tables cleanup storage allocation for entries use err/warn etc.
1996-05-21minor nothingTheo de Raadt
1996-05-21teeny cleanupTheo de Raadt
1996-05-20Use prototypes if 'defined(__cplusplus) || __STDC__'Thorsten Lockert
1996-05-19do not print "1days" in idle fieldTheo de Raadt
1996-05-10: after key, exit val for failureTheo de Raadt
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt
network list is a TAILQ
1996-05-10Fence off NULL args in getcmd() (fixes/works around PR#824)Theo de Raadt
1996-05-09from is; os9 entriesTheo de Raadt
1996-05-07pretty up outputTheo de Raadt
1996-05-05fstat options -N and -M failed; netbsd pr#2374; from ↵Theo de Raadt
osymh@gemini.oscs.montana.edu
1996-05-05mv notrans out of loop and change my nameTheo de Raadt
1996-05-04call errx instead of errTheo de Raadt
1996-05-03Don't enable Kerberos password changing by default unless a local kerberosThorsten Lockert
domain has been defined in the configuration file
1996-05-01from ragge; Updated to work correctly, pointed out by Tom Ivar HelbekkmoTheo de Raadt
1996-04-28Deal again w/ the brain damaged osockaddr.Michael Shalayeff
1996-04-28Added OpenBSD tag.etheisen
1996-04-28setproctitle() prototype no longer needed.etheisen
1996-04-25permit quotas to work on mfs; problem reported by rdante@pnet.netTheo de Raadt
1996-04-24use yp.h instead of yp_prot.hTheo de Raadt
1996-04-22ypmatch does signal success even if it doesn't find the key;Theo de Raadt
from leo@dachau.marco.de; netbsd pr#2315
1996-04-21sync to netbsd 960418Theo de Raadt
1996-04-19Fix a bit, so it's now compiles.Michael Shalayeff
needs more work to do disk stats the way vmstat do.
1996-04-18Fix format strings in printfs.Michael Shalayeff
Sync w/ recent kernel changes.
1996-04-18Make it compile now (another commit needed in ../vmstat)Michael Shalayeff
1996-04-18Fixed according to the latest i386 changes.Michael Shalayeff
1996-04-17Shouldn't visually encode execute commands, only file names.dm
1996-04-17Make setting of Kerberos password work properlyThorsten Lockert
1996-04-17Make encrypted remote shell work again. Note that this is not a supportedThorsten Lockert
configuration, and no port number is defined for it.
1996-04-17Make encrypted Kerberos logins workThorsten Lockert
1996-04-03Pull in <bsd.own.mk> to get the SKEY/KERBEROS/KERBEROS5 definitionsThorsten Lockert
1996-03-31gram.y must be built before client.c.etheisen
1996-03-31Fix 960317 NetBSD merge error. Merge caused local OpenBSD mod lossage.etheisen
NetBSD's byacc %expect mods are buggy and don't handle syntax or semantic errors. Additionally, they do not mimic the BISON behavior they try to emulate. Our local OpenBSD %expect mods are much better.
1996-03-30fdeject not eject. Net/OpenBSD tracking error.etheisen
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1996-03-09Rudimentary support for compilation in a cross environmentNiklas Hallqvist
Host tools will be compiled with HOSTCC instead of CC. Note, these are not complete in *any* way\!
1996-03-05Changes according to the /sys/netinet/tcp_var.h changes.Michael Shalayeff
1996-03-05Work around a GCC code generation bug if XXX_BROKEN_GCC; fixed NetBSDThorsten Lockert
PR 2097
1996-03-05/usr/bin/oldrdist, not /usr/ucb...dm
1996-03-05rdist 6.1.2dm
1996-03-05rdist 6.1.2dm
1996-03-03Working disk statistics; NetBSD PR 2160Thorsten Lockert
1996-03-02Make sure SYSV-style include directives are only matched when there is aThorsten Lockert
whitespace character after the word "include"
1996-03-02timespec members are now named tv_{,u}sec againThorsten Lockert
1996-03-01Add gram.c to CLEANFILESThorsten Lockert
1996-03-01Allow "make depend" to workThorsten Lockert
1996-03-01Secondary name cache is per-directory now, not per-process.Thorsten Lockert
1996-02-23Implement an -m option used for replacing /usr/share/mk with aNiklas Hallqvist
custom search path, like $DESTDIR/usr/share/mk