Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-04 | call errx instead of err | Theo de Raadt | |
1996-05-03 | Don't enable Kerberos password changing by default unless a local kerberos | Thorsten Lockert | |
domain has been defined in the configuration file | |||
1996-05-01 | from ragge; Updated to work correctly, pointed out by Tom Ivar Helbekkmo | Theo de Raadt | |
1996-04-28 | Deal again w/ the brain damaged osockaddr. | Michael Shalayeff | |
1996-04-28 | Added OpenBSD tag. | etheisen | |
1996-04-28 | setproctitle() prototype no longer needed. | etheisen | |
1996-04-25 | permit quotas to work on mfs; problem reported by rdante@pnet.net | Theo de Raadt | |
1996-04-24 | use yp.h instead of yp_prot.h | Theo de Raadt | |
1996-04-22 | ypmatch does signal success even if it doesn't find the key; | Theo de Raadt | |
from leo@dachau.marco.de; netbsd pr#2315 | |||
1996-04-21 | sync to netbsd 960418 | Theo de Raadt | |
1996-04-19 | Fix a bit, so it's now compiles. | Michael Shalayeff | |
needs more work to do disk stats the way vmstat do. | |||
1996-04-18 | Fix format strings in printfs. | Michael Shalayeff | |
Sync w/ recent kernel changes. | |||
1996-04-18 | Make it compile now (another commit needed in ../vmstat) | Michael Shalayeff | |
1996-04-18 | Fixed according to the latest i386 changes. | Michael Shalayeff | |
1996-04-17 | Shouldn't visually encode execute commands, only file names. | dm | |
1996-04-17 | Make setting of Kerberos password work properly | Thorsten Lockert | |
1996-04-17 | Make encrypted remote shell work again. Note that this is not a supported | Thorsten Lockert | |
configuration, and no port number is defined for it. | |||
1996-04-17 | Make encrypted Kerberos logins work | Thorsten Lockert | |
1996-04-03 | Pull in <bsd.own.mk> to get the SKEY/KERBEROS/KERBEROS5 definitions | Thorsten Lockert | |
1996-03-31 | gram.y must be built before client.c. | etheisen | |
1996-03-31 | Fix 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-30 | fdeject not eject. Net/OpenBSD tracking error. | etheisen | |
1996-03-27 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-03-09 | Rudimentary support for compilation in a cross environment | Niklas Hallqvist | |
Host tools will be compiled with HOSTCC instead of CC. Note, these are not complete in *any* way\! | |||
1996-03-05 | Changes according to the /sys/netinet/tcp_var.h changes. | Michael Shalayeff | |
1996-03-05 | Work around a GCC code generation bug if XXX_BROKEN_GCC; fixed NetBSD | Thorsten Lockert | |
PR 2097 | |||
1996-03-05 | /usr/bin/oldrdist, not /usr/ucb... | dm | |
1996-03-05 | rdist 6.1.2 | dm | |
1996-03-05 | rdist 6.1.2 | dm | |
1996-03-03 | Working disk statistics; NetBSD PR 2160 | Thorsten Lockert | |
1996-03-02 | Make sure SYSV-style include directives are only matched when there is a | Thorsten Lockert | |
whitespace character after the word "include" | |||
1996-03-02 | timespec members are now named tv_{,u}sec again | Thorsten Lockert | |
1996-03-01 | Add gram.c to CLEANFILES | Thorsten Lockert | |
1996-03-01 | Allow "make depend" to work | Thorsten Lockert | |
1996-03-01 | Secondary name cache is per-directory now, not per-process. | Thorsten Lockert | |
1996-02-23 | Implement an -m option used for replacing /usr/share/mk with a | Niklas Hallqvist | |
custom search path, like $DESTDIR/usr/share/mk | |||
1996-02-23 | From 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-23 | From NetBSD: | Niklas Hallqvist | |
I (tls) seem to have forgotten to commit the patch in PR1608 when I closed it. Fix VLNEXT handling. | |||
1996-02-23 | From 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-23 | Minor 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-22 | From 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-20 | Support getting interrupts per device on the i386 platform, similar to | Thorsten Lockert | |
implementation on pc532 | |||
1996-02-15 | libcrypt no longer a link dependancy. | etheisen | |
1996-02-15 | libcrypt no longer a link dependancy. | etheisen | |
1996-02-13 | passwd should be setuid root | dm | |
1996-02-04 | Yacc now understands %expect keyword. This should help prevent yacc from | etheisen | |
gagging on GNU bison grammer. | |||
1996-02-03 | rdist 6.1.1 | dm | |
1996-02-03 | put supscan/supfilesrv in usr/sbin, users do not run them | Theo de Raadt | |
1996-01-29 | add -q option for silence; from mouse@collatz.mcrcim.mcgill.edu; | Theo de Raadt | |
netbsd pr#1204 | |||
1996-01-29 | less becomes more, and more is no more. from mrg@eterna.com.au | Theo de Raadt | |