Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-09-20 | syslog(3) | Theo de Raadt | |
1997-09-20 | Fix a few minor nits, grammar and the location of a sentence. | Todd C. Miller | |
1997-09-20 | hmm, not ideal yet... | Theo de Raadt | |
1997-09-20 | create sa_handler and sa_sigaction stubs in struct sigaction, via a | Theo 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-19 | oops | Theo de Raadt | |
1997-09-19 | never before have i deleted an unused global variable out of a file with | Theo de Raadt | |
such prejudice (long story) | |||
1997-09-19 | Generic register dump from NetBSD | Niklas Hallqvist | |
1997-09-19 | Make newer gcc happy | Niklas Hallqvist | |
1997-09-19 | Kill FPCOPROC (and some forgotten {SWAP,DEV}PAGER) | Niklas Hallqvist | |
1997-09-19 | make ttyC0-C4 for all) | Theo de Raadt | |
1997-09-19 | sparc sync | Theo de Raadt | |
1997-09-19 | ignore SIGPIPE; not nearly as much of a problem as linux though | Theo de Raadt | |
1997-09-19 | disable VM86/USER_LDT by default, until checked again for h0l3z | Theo de Raadt | |
1997-09-19 | support for upcoming OpenBSD 2.2 | Theo de Raadt | |
1997-09-19 | filedes[2]; cgd | Theo de Raadt | |
1997-09-19 | Wall | Theo de Raadt | |
1997-09-19 | typo; sjr@home.net | Theo de Raadt | |
1997-09-19 | zboot went away | Theo de Raadt | |
1997-09-19 | forceful clean | Theo de Raadt | |
1997-09-19 | + distrib/special | Theo de Raadt | |
1997-09-18 | Match with current kernel; from NetBSD | Niklas Hallqvist | |
1997-09-18 | halt in debug mode only | Michael Shalayeff | |
1997-09-18 | installing special is dumb | Theo de Raadt | |
1997-09-18 | if we start at the top of distrib, we will end up in the right place... | Theo de Raadt | |
1997-09-18 | for architectures which go into src/distrib automatically, start at the | Theo de Raadt | |
top level there... | |||
1997-09-18 | set t_dev before tty_attach(), so that pstat -s doesn't see a dev_t of 0 | Theo de Raadt | |
when the device has not been opened yet. | |||
1997-09-18 | environment variables | Theo de Raadt | |
1997-09-18 | Merge of NetBSD changes upto last week or so, with the exception of stand/ | Niklas Hallqvist | |
1997-09-18 | it is definately wrong to initialize the pgid at open() time because the | Theo de Raadt | |
uid/euid used for checking in csignal() is controlled by whoever used TIOCSPGRP previously. | |||
1997-09-18 | make pstat -f columns line up | Theo de Raadt | |
1997-09-18 | lengthen terminal name, make columns line up | Theo de Raadt | |
1997-09-18 | more SIOCGIFCONF small worldedness | Theo de Raadt | |
1997-09-18 | make ls -d still sort files in the regular order; reported by | Theo de Raadt | |
roberte@MEP.Ruhr-Uni-Bochum.de, fixed by sef@Kithrup.COM | |||
1997-09-17 | Cosmetic: | 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-17 | make this readable, so that i can think about actually coding it.. | Theo de Raadt | |
1997-09-17 | depend: dependancies | Tobias Weingartner | |
1997-09-17 | If 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-17 | regs command is MD | Michael Shalayeff | |
1997-09-17 | kill -ledit, add rsh | Todd C. Miller | |
1997-09-17 | It is indeed tricky to get all bus accesses right when factoring out | Niklas Hallqvist | |
the canonical form for all the three bus access interfaces amiga ave now | |||
1997-09-17 | add LUCIFIER | Michael Shalayeff | |
1997-09-17 | pass cnvmem,extmem the old way they were.... | Michael Shalayeff | |
don't put 'em in biosvars | |||
1997-09-17 | unsigneds | Michael Shalayeff | |
1997-09-17 | Double default NMBCLUSTERS settings. | Jason Downs | |
1997-09-17 | Double default NMBCLUSTERS settings. | Jason Downs | |
1997-09-17 | Double default NMBCLUSTERS, they're too small for modern networks. | Jason Downs | |
1997-09-17 | Overflow checks | Tobias Weingartner | |
1997-09-17 | Pointers are not signed. | Tobias Weingartner | |
1997-09-17 | use special ftp | Theo de Raadt | |
1997-09-17 | generalize Todd's work for ftp/pppd/rsh to ramdisks and miniroots on all | Theo de Raadt | |
architectures. |