summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
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
1996-02-23From NetBSD:Niklas Hallqvist
since we're going to use the mem*() functions, we need them prototyped so that the return types work right on the Alpha.
1996-02-23From NetBSD:Niklas Hallqvist
I (tls) seem to have forgotten to commit the patch in PR1608 when I closed it. Fix VLNEXT handling.
1996-02-23From NetBSD:Niklas Hallqvist
Don't rely on select() not to modify the timeval argument. Also, simplify the code by passing in NULL rather than an empty fd_set to indicate no file descriptors.
1996-02-23Minor cleanup for 8-bit cleanliness. From der Mouse, PR 1322.Niklas Hallqvist
Eliminate the use of char variables for holding booleans. Compress struct ww somewhat. Make ww_index and related variables explicitly unsigned.
1996-02-22From NetBSD:Niklas Hallqvist
Support SVR4 style archives. Fix pr/1421 (from Matthew Green) and pr/1997 (from Jeff Thieleke). In ParseDoInclude(), make a temporary copy of the current file name while searching for ""-type include files, since the current file name might not be a writeable string.
1996-02-20Support getting interrupts per device on the i386 platform, similar toThorsten Lockert
implementation on pc532
1996-02-15libcrypt no longer a link dependancy.etheisen
1996-02-15libcrypt no longer a link dependancy.etheisen
1996-02-13passwd should be setuid rootdm
1996-02-04Yacc now understands %expect keyword. This should help prevent yacc frometheisen
gagging on GNU bison grammer.
1996-02-03rdist 6.1.1dm
1996-02-03put supscan/supfilesrv in usr/sbin, users do not run themTheo de Raadt
1996-01-29add -q option for silence; from mouse@collatz.mcrcim.mcgill.edu;Theo de Raadt
netbsd pr#1204
1996-01-29less becomes more, and more is no more. from mrg@eterna.com.auTheo de Raadt