summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-08-01squish into one lineTheo de Raadt
1997-08-01catch ptys correctly; tolik@www.tomsk.suTheo de Raadt
1997-08-01From NetBSD (mycroft):Todd C. Miller
Eliminate bogus uses of V{READ,WRITE,EXEC}. Use S_I[RWX]{USR,GRP,OTH} where appropriate.
1997-08-01syncTheo de Raadt
1997-08-01yuckTheo de Raadt
1997-08-01when family is AF_UNSPEC,flipk
ether_shost fields no longer get set for us. initialize them ourselves.
1997-07-31better version.Per Fogelstrom
1997-07-31say smth about apm w/o debugMichael Shalayeff
1997-07-31optimize emulation handlerMichael Shalayeff
1997-07-31more locals, returns, savings, gifts, and discountsMichael Shalayeff
1997-07-31initscr failure returns NULLTheo de Raadt
1997-07-31proto mallocTheo de Raadt
1997-07-31time_tTheo de Raadt
1997-07-31time_t not longTheo de Raadt
1997-07-31time_t is not longTheo de Raadt
1997-07-31Remove TIOCEXT added in lite2 merge for now. Causes problems whenTodd C. Miller
mail(1) is used over a telnet session.
1997-07-31Default term type is ansi-miniTodd C. Miller
1997-07-31Make default termtype sun, not ansi-miniTodd C. Miller
1997-07-31Add sunTodd C. Miller
1997-07-31improve error message (yes I know mmap(2) isn't used yet.)kstailey
1997-07-31link.h from arcPer Fogelstrom
1997-07-311) minor typo in manpageflipk
2) make proggy consistent with manpage wrt exit values
1997-07-31not usedMichael Shalayeff
1997-07-31text video attributes, tested only on vga, send me E-mail if it breaks ↵kstailey
something, thx.
1997-07-31use isa hook to enable IDE port on machines where it exists. NiklasTheo de Raadt
wrote this as a driver, but the change has to be done earlier. alpha:/usr/obj is now IDE.
1997-07-31Add RADIUS printing support. Blech.tqbf
1997-07-31sync pass 1Theo de Raadt
1997-07-31off by one in clear screen codekstailey
1997-07-31fix vi on console by not moving cursor when printing nullskstailey
1997-07-31bus_space_copy_2() is now overlap safekstailey
1997-07-31grammarNiklas Hallqvist
1997-07-31Another static buffer bytes the dust.Todd C. Miller
1997-07-31Document an assumption and kill a static buffer.Todd C. Miller
1997-07-31typoNiklas Hallqvist
1997-07-31Make quotas optional; wedged into netstart for the time being.Jason Downs
/etc/rc.conf, anyone?
1997-07-31Support for newer cards with i82555 PHY. From FreeBSD.Jason Downs
1997-07-31some indentation stuffTheo de Raadt
1997-07-30backout the curproc dereference change says kstailey@openbsd.orgNiklas Hallqvist
1997-07-30new 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-30update to sgi-02apr97Michael Shalayeff
still have problems w/ defaults from pppd
1997-07-30KNF and other style nitsNiklas Hallqvist
1997-07-30do not run routed by defaultTheo de Raadt
1997-07-30oops, missedMichael Shalayeff
1997-07-30KNFNiklas Hallqvist
1997-07-30From NetBSD: protect a curproc dereference against NULLNiklas Hallqvist
1997-07-30mickey 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-30add backslash missing from ENTER() macrokstailey
1997-07-30respect INSTALL_STRIP=-s on alphakstailey
add GLOBAL_AUTCONF_CACHE (for the fortran bits)
1997-07-30respect 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-30Sync to netbsd + use OpenBSD bus_space_*_raw_ APINiklas Hallqvist