Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
1997-09-17 | sync | Theo de Raadt | |
1997-09-17 | more compaq products; bouyer | Theo de Raadt | |
1997-09-17 | sigcontext is MD | Theo de Raadt | |
1997-09-17 | pretty | Theo de Raadt | |
1997-09-17 | use SS_* symbols instead | Theo de Raadt | |
1997-09-17 | Reorganizaed bootblocks. Builds like hp300 now. | Jason Downs | |
1997-09-17 | paranoia on the alpha | Theo de Raadt | |
1997-09-17 | little missing space, argh | Theo de Raadt | |
1997-09-17 | disable MKTEMP_EACH_FILE, it is not coded correctly inside gcc.c | Theo de Raadt | |
1997-09-17 | NETBSD_CURRENT_970916. Lot's just ID changes, since changes don't apply to | Jason Downs | |
us. Includes some pmap changes, for which I don't have the original commit message(s) handy. | |||
1997-09-17 | Opps, forgot about write.c on the alpha. | Jason Downs | |
1997-09-17 | Wall cleanup. | Tobias Weingartner | |
1997-09-17 | Fix up the non alpha && mips section, back out change to print | Tobias Weingartner | |
offset of lkm in hex, as this number gets passed by apinstall to mknod. (mknod does not understand hex too well). | |||
1997-09-16 | Possible buf oflow, from Theo. | Todd C. Miller | |
1997-09-16 | Do not error out on archives without the | Niklas Hallqvist | |
customary block of zeroes at the end. | |||
1997-09-16 | Fix boot(8) cross reference. | Tobias Weingartner | |
1997-09-16 | small terminals are dumb | Tobias Weingartner | |
1997-09-16 | tighten up probe printfs a bit and prepend with device name | flipk | |
1997-09-16 | nicer spacing in usage | Theo de Raadt | |
1997-09-16 | sync | Theo de Raadt | |
1997-09-16 | one more strcpy after this | Theo de Raadt | |
1997-09-16 | strcpy whacking; ci.c and expand.c need more work | Theo de Raadt | |
1997-09-16 | snprintf this thing | Theo de Raadt | |
1997-09-16 | add photuris port | Niels Provos | |
1997-09-16 | no need to include sys/ioccom.h; guy@netapp.com | Theo de Raadt | |