summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-09-20syslog(3)Theo de Raadt
1997-09-20Fix a few minor nits, grammar and the location of a sentence.Todd C. Miller
1997-09-20hmm, not ideal yet...Theo de Raadt
1997-09-20create sa_handler and sa_sigaction stubs in struct sigaction, via aTheo de Raadt
union and cpp. This permits use of either the old or new POSIX names, and gives proper typing for the argument handler. (Sorry for the name space whacking; I'd love to see a better way to do this).
1997-09-19oopsTheo de Raadt
1997-09-19never before have i deleted an unused global variable out of a file withTheo de Raadt
such prejudice (long story)
1997-09-19Generic register dump from NetBSDNiklas Hallqvist
1997-09-19Make newer gcc happyNiklas Hallqvist
1997-09-19Kill FPCOPROC (and some forgotten {SWAP,DEV}PAGER)Niklas Hallqvist
1997-09-19make ttyC0-C4 for all)Theo de Raadt
1997-09-19sparc syncTheo de Raadt
1997-09-19ignore SIGPIPE; not nearly as much of a problem as linux thoughTheo de Raadt
1997-09-19disable VM86/USER_LDT by default, until checked again for h0l3zTheo de Raadt
1997-09-19support for upcoming OpenBSD 2.2Theo de Raadt
1997-09-19filedes[2]; cgdTheo de Raadt
1997-09-19WallTheo de Raadt
1997-09-19typo; sjr@home.netTheo de Raadt
1997-09-19zboot went awayTheo de Raadt
1997-09-19forceful cleanTheo de Raadt
1997-09-19+ distrib/specialTheo de Raadt
1997-09-18Match with current kernel; from NetBSDNiklas Hallqvist
1997-09-18halt in debug mode onlyMichael Shalayeff
1997-09-18installing special is dumbTheo de Raadt
1997-09-18if we start at the top of distrib, we will end up in the right place...Theo de Raadt
1997-09-18for architectures which go into src/distrib automatically, start at theTheo de Raadt
top level there...
1997-09-18set t_dev before tty_attach(), so that pstat -s doesn't see a dev_t of 0Theo de Raadt
when the device has not been opened yet.
1997-09-18environment variablesTheo de Raadt
1997-09-18Merge of NetBSD changes upto last week or so, with the exception of stand/Niklas Hallqvist
1997-09-18it is definately wrong to initialize the pgid at open() time because theTheo de Raadt
uid/euid used for checking in csignal() is controlled by whoever used TIOCSPGRP previously.
1997-09-18make pstat -f columns line upTheo de Raadt
1997-09-18lengthen terminal name, make columns line upTheo de Raadt
1997-09-18more SIOCGIFCONF small worldednessTheo de Raadt
1997-09-18make ls -d still sort files in the regular order; reported byTheo de Raadt
roberte@MEP.Ruhr-Uni-Bochum.de, fixed by sef@Kithrup.COM
1997-09-17Cosmetic:bri
Correct usage message. Capitalize hours, minutes and seconds so that minutes are distinguisable from months and so that things are in line with strftime(3)
1997-09-17make this readable, so that i can think about actually coding it..Theo de Raadt
1997-09-17depend: dependanciesTobias Weingartner
1997-09-17If sa_len >sizeof(struct sockaddr) limit it there. Taken from ifconfig(8),Niklas Hallqvist
Also enhance the SIOCGIFFLAGS error message with the interface name.
1997-09-17regs command is MDMichael Shalayeff
1997-09-17kill -ledit, add rshTodd C. Miller
1997-09-17It is indeed tricky to get all bus accesses right when factoring outNiklas Hallqvist
the canonical form for all the three bus access interfaces amiga ave now
1997-09-17add LUCIFIERMichael Shalayeff
1997-09-17pass cnvmem,extmem the old way they were....Michael Shalayeff
don't put 'em in biosvars
1997-09-17unsignedsMichael Shalayeff
1997-09-17Double default NMBCLUSTERS settings.Jason Downs
1997-09-17Double default NMBCLUSTERS settings.Jason Downs
1997-09-17Double default NMBCLUSTERS, they're too small for modern networks.Jason Downs
1997-09-17Overflow checksTobias Weingartner
1997-09-17Pointers are not signed.Tobias Weingartner
1997-09-17use special ftpTheo de Raadt
1997-09-17generalize Todd's work for ftp/pppd/rsh to ramdisks and miniroots on allTheo de Raadt
architectures.