Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-08-26 | fix a few more boflows; millert@ ok | Aaron Campbell | |
1999-08-26 | add an inner xor to make prediction attacks against the ids harder, due | Niels Provos | |
to an attack pointed out by David Wagner. | |||
1999-08-26 | add an inner xor to make prediction attacks against the ids harder, due | Niels Provos | |
to an attack pointed out by David Wagner. | |||
1999-08-26 | spelling | Aaron Campbell | |
1999-08-26 | Fix a buf oflow noticed by aazubel@cnba.uba.ar. | Federico G. Schwindt | |
Change strcpy to strlcpy and use 10 X's in _NAME_ARTMP and _PATH_ARTMP; ok millert@ | |||
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 | |
provide memory maps editing through the machine memory command. rearrange probing in machdep, so it provides less output, also giving a shot for apm to fix the memory maps. changes to kernel are minimal, only that is required due to the api version bits addition and such cosmetic changes. tested on all critical kernel,boot combinations; niklas@ ok | |||
1999-08-24 | Do not error out if we have been statically linked but would like ld.so for ↵ | Niklas Hallqvist | |
dlopen and it is not there. | |||
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 | |
construct a null-terminated copy of the buffer returned by fgetln() and process it as normal | |||
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 | |
Updated ioctls to match Minor patches in anticipation of wd->sd translation layer | |||
1999-08-24 | Avoid /usr/ARCH-unknown-openbsd in a way more friendly to | Marc Espie | |
cross-compilers... Yet another commit I forgot... | |||
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 | |
more appropriate than C strings. Now paste won't die if it encounters null characters. If the last line in the stream does not contain a newline, we now say "incomplete line" instead of lying about "line too long". fgetln() uses realloc, so now we're not limited to POSIX_LINE_MAX. | |||
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 | |
Mostly cleanups, but also a few improvements to pagedaemon for better handling of low memory and/or low swap conditions. | |||
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 | |
manpage. | |||
1999-08-22 | Add noop MOUSEIOCSCOOKED and ENODEV MOUSEIOCSRAW ioctls, as suggested by | Jason Downs | |
Matthieu Herrb. | |||
1999-08-22 | make isapnp_print() use canonical format | Theo de Raadt | |
1999-08-22 | sync | Theo de Raadt | |