Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-27 | native emul is now called "native" | Theo de Raadt | |
1996-05-24 | use protos | Theo de Raadt | |
1996-05-24 | Decode unknown ioctl commands to _IO{R,W,}('c',x[,y]), instead of 0xabcdef00 | Theo de Raadt | |
1996-05-24 | need string.h | Theo de Raadt | |
1996-05-24 | do not print a non-existant mfc | Theo de Raadt | |
1996-05-24 | domainname -> domain, as a variable | Theo de Raadt | |
1996-05-24 | fix a typo | Theo de Raadt | |
1996-05-22 | svr4-style gencat | Theo de Raadt | |
1996-05-22 | new vi | Theo de Raadt | |
1996-05-22 | libutil | Theo de Raadt | |
1996-05-21 | use existing protos | Theo de Raadt | |
1996-05-21 | errno.h provides what we need | Theo de Raadt | |
1996-05-21 | getc/ungetc use an int | Theo de Raadt | |
1996-05-21 | avoid divide-by-zero trap when specifying small widths | Theo de Raadt | |
do not overrun entry array when printing output tables cleanup storage allocation for entries use err/warn etc. | |||
1996-05-21 | minor nothing | Theo de Raadt | |
1996-05-21 | teeny cleanup | Theo de Raadt | |
1996-05-20 | Use prototypes if 'defined(__cplusplus) || __STDC__' | Thorsten Lockert | |
1996-05-19 | do not print "1days" in idle field | Theo de Raadt | |
1996-05-10 | : after key, exit val for failure | Theo de Raadt | |
1996-05-10 | if_name/if_unit -> if_xname/if_softc | Theo de Raadt | |
network list is a TAILQ | |||
1996-05-10 | Fence off NULL args in getcmd() (fixes/works around PR#824) | Theo de Raadt | |
1996-05-09 | from is; os9 entries | Theo de Raadt | |
1996-05-07 | pretty up output | Theo de Raadt | |
1996-05-05 | fstat options -N and -M failed; netbsd pr#2374; from ↵ | Theo de Raadt | |
osymh@gemini.oscs.montana.edu | |||
1996-05-05 | mv notrans out of loop and change my name | Theo de Raadt | |
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 | |