Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-01 | squish into one line | Theo de Raadt | |
1997-08-01 | catch ptys correctly; tolik@www.tomsk.su | Theo de Raadt | |
1997-08-01 | From NetBSD (mycroft): | Todd C. Miller | |
Eliminate bogus uses of V{READ,WRITE,EXEC}. Use S_I[RWX]{USR,GRP,OTH} where appropriate. | |||
1997-08-01 | sync | Theo de Raadt | |
1997-08-01 | yuck | Theo de Raadt | |
1997-08-01 | when family is AF_UNSPEC, | flipk | |
ether_shost fields no longer get set for us. initialize them ourselves. | |||
1997-07-31 | better version. | Per Fogelstrom | |
1997-07-31 | say smth about apm w/o debug | Michael Shalayeff | |
1997-07-31 | optimize emulation handler | Michael Shalayeff | |
1997-07-31 | more locals, returns, savings, gifts, and discounts | Michael Shalayeff | |
1997-07-31 | initscr failure returns NULL | Theo de Raadt | |
1997-07-31 | proto malloc | Theo de Raadt | |
1997-07-31 | time_t | Theo de Raadt | |
1997-07-31 | time_t not long | Theo de Raadt | |
1997-07-31 | time_t is not long | Theo de Raadt | |
1997-07-31 | Remove TIOCEXT added in lite2 merge for now. Causes problems when | Todd C. Miller | |
mail(1) is used over a telnet session. | |||
1997-07-31 | Default term type is ansi-mini | Todd C. Miller | |
1997-07-31 | Make default termtype sun, not ansi-mini | Todd C. Miller | |
1997-07-31 | Add sun | Todd C. Miller | |
1997-07-31 | improve error message (yes I know mmap(2) isn't used yet.) | kstailey | |
1997-07-31 | link.h from arc | Per Fogelstrom | |
1997-07-31 | 1) minor typo in manpage | flipk | |
2) make proggy consistent with manpage wrt exit values | |||
1997-07-31 | not used | Michael Shalayeff | |
1997-07-31 | text video attributes, tested only on vga, send me E-mail if it breaks ↵ | kstailey | |
something, thx. | |||
1997-07-31 | use isa hook to enable IDE port on machines where it exists. Niklas | Theo de Raadt | |
wrote this as a driver, but the change has to be done earlier. alpha:/usr/obj is now IDE. | |||
1997-07-31 | Add RADIUS printing support. Blech. | tqbf | |
1997-07-31 | sync pass 1 | Theo de Raadt | |
1997-07-31 | off by one in clear screen code | kstailey | |
1997-07-31 | fix vi on console by not moving cursor when printing nulls | kstailey | |
1997-07-31 | bus_space_copy_2() is now overlap safe | kstailey | |
1997-07-31 | grammar | Niklas Hallqvist | |
1997-07-31 | Another static buffer bytes the dust. | Todd C. Miller | |
1997-07-31 | Document an assumption and kill a static buffer. | Todd C. Miller | |
1997-07-31 | typo | Niklas Hallqvist | |
1997-07-31 | Make quotas optional; wedged into netstart for the time being. | Jason Downs | |
/etc/rc.conf, anyone? | |||
1997-07-31 | Support for newer cards with i82555 PHY. From FreeBSD. | Jason Downs | |
1997-07-31 | some indentation stuff | Theo de Raadt | |
1997-07-30 | backout the curproc dereference change says kstailey@openbsd.org | Niklas Hallqvist | |
1997-07-30 | new routed DOES NOT EVEN COMPILE LET ALONE WORK. TEST YOUR WORK! | Theo de Raadt | |
Also, put back the damn security check in input.c that has been deleted TWO SEPERATE TIMES NOW! I CURSE anyone who deletes that check again. | |||
1997-07-30 | update to sgi-02apr97 | Michael Shalayeff | |
still have problems w/ defaults from pppd | |||
1997-07-30 | KNF and other style nits | Niklas Hallqvist | |
1997-07-30 | do not run routed by default | Theo de Raadt | |
1997-07-30 | oops, missed | Michael Shalayeff | |
1997-07-30 | KNF | Niklas Hallqvist | |
1997-07-30 | From NetBSD: protect a curproc dereference against NULL | Niklas Hallqvist | |
1997-07-30 | mickey has pieces he has not committed. | flipk | |
if he puts the tree in an unbuildable state again.. anyway, all these problems came from the fact that etc/genassym.cf wasn't even being used, and assym.h is where key defines were supposed to be coming from. now we actually include etc/genassym.cf in the genassym.sh processing, and remove the #includes i had in place to work around it. now if mickey had committed machine/biosvar.h, etc/Makefile, and these asm files all at the same time, there wouldn't have been a problem.... | |||
1997-07-30 | add backslash missing from ENTER() macro | kstailey | |
1997-07-30 | respect INSTALL_STRIP=-s on alpha | kstailey | |
add GLOBAL_AUTCONF_CACHE (for the fortran bits) | |||
1997-07-30 | respect INSTALL_STRIP=-s on alpha (only one binary is unstripped now) | kstailey | |
add GLOBAL_AUTCONF_CACHE (it's in my whole tree, yours soon too) | |||
1997-07-30 | Sync to netbsd + use OpenBSD bus_space_*_raw_ API | Niklas Hallqvist | |