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