summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-30o the timeout is int, not u_int32_tHenning Brauer
o check timeout for negative values and overflow ok tedu@ jason@
2003-05-30the secgtion is called QUEUEING, not QUEUE RULES, so point people toHenning Brauer
QUEUEING and not QUEUE RULES... found by Joel Knight
2003-05-30- section reorderJason McIntyre
- whitespace at EOL
2003-05-30string cleaning; ok jakob, teduTodd T. Fries
2003-05-30Fix BREAKPOINT_DECR_PC value.Miod Vallat
2003-05-30Preliminary 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-30Move env setup to its own function, works around compiler problem on sparcDale Rahn
LD_NORANDOM is now disabled on issetugid().
2003-05-30Fix dependancy building for ELF startup code. Changed MakefilesDale Rahn
to build startup code the same on all (ELF) archs. hppa ok mickey@
2003-05-30Handle process_load() failure. This prevents "pmdb foo" to dump core uponMiod Vallat
run command, if foo does not exist. ok art@
2003-05-30- correct macro usageJason McIntyre
- section reorder
2003-05-30knfTheo de Raadt
2003-05-30Unbreak tree for sparc, zapping ld_norandom strangely has a bad affect,Dale Rahn
killing ld.so.
2003-05-30- clean up macro abuseJason McIntyre
- section reorder - merge COMPATIBILITY
2003-05-30section reorder;Jason McIntyre
2003-05-30- section reorder in crypt(3)Jason McIntyre
- use .An/.Aq for authors
2003-05-30- section reorderJason McIntyre
- in sigvec(3) removed .Xr to itself, added section numbers to two other .Xr's
2003-05-30remove whitespace at EOL;Jason McIntyre
2003-05-30removed unnecessary .Ns;Jason McIntyre
2003-05-30section reorder;Jason McIntyre
2003-05-30section reorder;Jason McIntyre
2003-05-30section reorder;Jason McIntyre
2003-05-30section reorder;Jason McIntyre
2003-05-30Cleanup: \t vs spaces, kill trailing spacesAlexander Yurchenko
2003-05-30put space between macro arguments and punctuation;Jason McIntyre
2003-05-30section reorder;Jason McIntyre
2003-05-30syncAlexander Yurchenko
2003-05-30Add Intel ICH5 (ICH5R) IDE found in dmesg fromAlexander Yurchenko
Alexandre H <openbsdah@wanadoo.fr>
2003-05-30section reorder;Jason McIntyre
2003-05-30merge COMPATIBILITY into STANDARDS;Jason McIntyre
2003-05-30move max limit back down to 65536-4Jason Wright
2003-05-30Fix botch in tag array indexing. deal with 0 - DT_NUM,Dale Rahn
DT_LOPROC - DT_LOPROC+DT_PROCNUM, and no other values.
2003-05-30zap LD_NORANDOM on issetugid() binaries.Dale Rahn
2003-05-30When loading a shared object or libraries dependant object, load themDale 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-30missing #ifdef INET6. fries found itJun-ichiro itojun Hagino
2003-05-30Fix interrupt mapping for psycho's PBM B. This should make interruptsHenric Jungheim
happy for all psycho based boxes. tested by beck@ ok jason@
2003-05-29Don't reject non-DHCPNAK packets with a yiaddr of 0.0.0.0. ThereTodd 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-29section reorder;Jason McIntyre
2003-05-29- section reorderJason McIntyre
- killed unnecessary .Ns
2003-05-29missing full stop.Jason McIntyre
2003-05-29- section reorderJason McIntyre
- removed unnecessary .Pp and .Ns
2003-05-29- section reorderJason McIntyre
- merge COMPATIBILITY into STANDARDS - kill unneeded Ns macros - replace reference to itself with .Nm
2003-05-29tweak;Jason McIntyre
ok mickey@
2003-05-29syncNathan Binkert
2003-05-29another Iomega deviceNathan Binkert
2003-05-29layout problems; jmc okTheo de Raadt
2003-05-29- section reorderJason McIntyre
- correct macro - escape some whitespace
2003-05-29mdoc versions;Jason McIntyre
ok deraadt@
2003-05-29-I${.CURDIR} not neededTheo de Raadt
2003-05-29permit the input file to contain " if needed; millert okTheo de Raadt
2003-05-29avoid more signal racesTheo de Raadt