Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-30 | o the timeout is int, not u_int32_t | Henning Brauer | |
o check timeout for negative values and overflow ok tedu@ jason@ | |||
2003-05-30 | the secgtion is called QUEUEING, not QUEUE RULES, so point people to | Henning Brauer | |
QUEUEING and not QUEUE RULES... found by Joel Knight | |||
2003-05-30 | - section reorder | Jason McIntyre | |
- whitespace at EOL | |||
2003-05-30 | string cleaning; ok jakob, tedu | Todd T. Fries | |
2003-05-30 | Fix BREAKPOINT_DECR_PC value. | Miod Vallat | |
2003-05-30 | Preliminary m68k pmdb support. | Miod Vallat | |
Currently, this works as well as gdb, i.e. breakpoints do not work. Will be fixed soon, hopefully. | |||
2003-05-30 | Move env setup to its own function, works around compiler problem on sparc | Dale Rahn | |
LD_NORANDOM is now disabled on issetugid(). | |||
2003-05-30 | Fix dependancy building for ELF startup code. Changed Makefiles | Dale Rahn | |
to build startup code the same on all (ELF) archs. hppa ok mickey@ | |||
2003-05-30 | Handle process_load() failure. This prevents "pmdb foo" to dump core upon | Miod Vallat | |
run command, if foo does not exist. ok art@ | |||
2003-05-30 | - correct macro usage | Jason McIntyre | |
- section reorder | |||
2003-05-30 | knf | Theo de Raadt | |
2003-05-30 | Unbreak tree for sparc, zapping ld_norandom strangely has a bad affect, | Dale Rahn | |
killing ld.so. | |||
2003-05-30 | - clean up macro abuse | Jason McIntyre | |
- section reorder - merge COMPATIBILITY | |||
2003-05-30 | section reorder; | Jason McIntyre | |
2003-05-30 | - section reorder in crypt(3) | Jason McIntyre | |
- use .An/.Aq for authors | |||
2003-05-30 | - section reorder | Jason McIntyre | |
- in sigvec(3) removed .Xr to itself, added section numbers to two other .Xr's | |||
2003-05-30 | remove whitespace at EOL; | Jason McIntyre | |
2003-05-30 | removed unnecessary .Ns; | Jason McIntyre | |
2003-05-30 | section reorder; | Jason McIntyre | |
2003-05-30 | section reorder; | Jason McIntyre | |
2003-05-30 | section reorder; | Jason McIntyre | |
2003-05-30 | section reorder; | Jason McIntyre | |
2003-05-30 | Cleanup: \t vs spaces, kill trailing spaces | Alexander Yurchenko | |
2003-05-30 | put space between macro arguments and punctuation; | Jason McIntyre | |
2003-05-30 | section reorder; | Jason McIntyre | |
2003-05-30 | sync | Alexander Yurchenko | |
2003-05-30 | Add Intel ICH5 (ICH5R) IDE found in dmesg from | Alexander Yurchenko | |
Alexandre H <openbsdah@wanadoo.fr> | |||
2003-05-30 | section reorder; | Jason McIntyre | |
2003-05-30 | merge COMPATIBILITY into STANDARDS; | Jason McIntyre | |
2003-05-30 | move max limit back down to 65536-4 | Jason Wright | |
2003-05-30 | Fix botch in tag array indexing. deal with 0 - DT_NUM, | Dale Rahn | |
DT_LOPROC - DT_LOPROC+DT_PROCNUM, and no other values. | |||
2003-05-30 | zap LD_NORANDOM on issetugid() binaries. | Dale Rahn | |
2003-05-30 | When loading a shared object or libraries dependant object, load them | Dale Rahn | |
in random order. This will reduce the possiblity of a buffer overflow being able to predict the addresss of useful code. Can be disabled with the LD_NORANDOM environment variable for debugging purposes. ok deraadt. | |||
2003-05-30 | missing #ifdef INET6. fries found it | Jun-ichiro itojun Hagino | |
2003-05-30 | Fix interrupt mapping for psycho's PBM B. This should make interrupts | Henric Jungheim | |
happy for all psycho based boxes. tested by beck@ ok jason@ | |||
2003-05-29 | Don't reject non-DHCPNAK packets with a yiaddr of 0.0.0.0. There | Todd C. Miller | |
are commonly used dhcp servers (like Comcast in the US) that do this. Turns out later versions of ISC dhcp dropped this check as well. It is better to be liberal in what you accept... deraadt@ OK | |||
2003-05-29 | section reorder; | Jason McIntyre | |
2003-05-29 | - section reorder | Jason McIntyre | |
- killed unnecessary .Ns | |||
2003-05-29 | missing full stop. | Jason McIntyre | |
2003-05-29 | - section reorder | Jason McIntyre | |
- removed unnecessary .Pp and .Ns | |||
2003-05-29 | - section reorder | Jason McIntyre | |
- merge COMPATIBILITY into STANDARDS - kill unneeded Ns macros - replace reference to itself with .Nm | |||
2003-05-29 | tweak; | Jason McIntyre | |
ok mickey@ | |||
2003-05-29 | sync | Nathan Binkert | |
2003-05-29 | another Iomega device | Nathan Binkert | |
2003-05-29 | layout problems; jmc ok | Theo de Raadt | |
2003-05-29 | - section reorder | Jason McIntyre | |
- correct macro - escape some whitespace | |||
2003-05-29 | mdoc versions; | Jason McIntyre | |
ok deraadt@ | |||
2003-05-29 | -I${.CURDIR} not needed | Theo de Raadt | |
2003-05-29 | permit the input file to contain " if needed; millert ok | Theo de Raadt | |
2003-05-29 | avoid more signal races | Theo de Raadt | |