summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-08-26Fix a buf oflow noticed by aazubel@cnba.uba.ar.Federico G. Schwindt
1999-08-26change a & to &&. From dima@best.netArtur Grabowski
1999-08-26Align mbufs to sizeof(long), not 4brian
1999-08-25Move COREGA to ALLIEDTELESIS.Federico G. Schwindt
1999-08-25syncFederico G. Schwindt
1999-08-25Remove some unneeded text. Add Contec entry.Federico G. Schwindt
1999-08-25Fix usage message, fix flow logic.Angelos D. Keromytis
1999-08-25n+1 approximation step for the user space constantsMichael Shalayeff
1999-08-25Don't need to include sys/ucred.hTodd C. Miller
1999-08-25Compile under UVM and versions of egcs. art@ ok.Hakan Olsson
1999-08-25comment typoNiklas Hallqvist
1999-08-25Remove redundant test (which I am sure gcc removed by itself anyhow)Niklas Hallqvist
1999-08-25receive works a lot better nowDavid Leonard
1999-08-25give better support to the bios memory maps.Michael Shalayeff
1999-08-24Do not error out if we have been statically linked but would like ld.so for d...Niklas Hallqvist
1999-08-24Enable dlopen(3) to work in statically linked binariesNiklas Hallqvist
1999-08-24Remove -g accidentally committed by someoneNiklas Hallqvist
1999-08-24Align defines nicelyNiklas Hallqvist
1999-08-24better fix; now if the last line in a file stream does not contain a newline,Aaron Campbell
1999-08-24Opps. forgot this in the last uvm updateArtur Grabowski
1999-08-24Remove unneeded printf.Federico G. Schwindt
1999-08-24Added type field to scsi_addr to reflect bus/device type (ATAPI or SCSI).Constantine Sapuntzakis
1999-08-24Avoid /usr/ARCH-unknown-openbsd in a way more friendly toMarc Espie
1999-08-24m68k code generation work-around that I had forgotten to remove...Marc Espie
1999-08-23fgets() -> fgetln(). When reading files like this, the notion of a `line' isAaron Campbell
1999-08-23reset card before attempting configDavid Leonard
1999-08-23undo damage by careless developerTheo de Raadt
1999-08-23Remove some unneeded needs-flag; NetBSD.Federico G. Schwindt
1999-08-23Todo list and roadmap; from NetBSD.Federico G. Schwindt
1999-08-23Disable interrupts early; from NetBSD.Federico G. Schwindt
1999-08-23cnw support.Federico G. Schwindt
1999-08-23MergeMarc Espie
1999-08-23Update to gcc 2.95.1, official release.Marc Espie
1999-08-23Xircom Credicard Netwave manpage.Federico G. Schwindt
1999-08-23Opps. Forgot to commit this in the recent uvm sync. (noted by mickey@)Artur Grabowski
1999-08-23Remove a lie. We don't skip /dev/ttyv* since our pcvt uses /dev/ttyC*.Todd C. Miller
1999-08-23sync with NetBSD from 1999.05.24 (there is a reason for this date)Artur Grabowski
1999-08-23vm_offset_t -> {v,p}addr_t, vm_size_t -> {v,p}size_tArtur Grabowski
1999-08-23vm_offset_t -> {v,p}addr_t + some other cleanupArtur Grabowski
1999-08-22ncurses-5.0-990821Todd C. Miller
1999-08-22do { ... } while (0) instead of just { ... } in macrosTodd C. Miller
1999-08-22Don't turn -fstrict-aliasing on automatically for now.Marc Espie
1999-08-22Add crossref to mailer.conf(5) so users might know that there is such aJakob Schlyter
1999-08-22Add noop MOUSEIOCSCOOKED and ENODEV MOUSEIOCSRAW ioctls, as suggested byJason Downs
1999-08-22make isapnp_print() use canonical formatTheo de Raadt
1999-08-22syncTheo de Raadt
1999-08-22whack isapnp gus for nowTheo de Raadt
1999-08-22Allow authkey to be changed independently of the current phase.brian
1999-08-21MIPS boxes that use fdisk need an MS-DOS partitionNiklas Hallqvist
1999-08-21/dev/ksymskstailey