summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-09-19Let boot -b return to debugger before invoking the kernels entry point, likeMiod Vallat
mvme88k does.
2003-09-19do not += snprintf; andrushock@korovino.netTheo de Raadt
2003-09-19spacesTheo de Raadt
2003-09-19Make CTORS/DTORS non-writeable in dynamic binaries. ok deraadt@Dale Rahn
2003-09-19blanksTheo de Raadt
2003-09-19Add missing copyright.Otto Moerbeek
2003-09-19spacesTheo de Raadt
2003-09-19Original USD.doc from 4.4 BSD, using the Caldera license. Needs cleanup.Otto Moerbeek
ok toby@ deraadt@
2003-09-19Man page based on 4.4 BSD man page, using the Caldera license.Otto Moerbeek
ok toby@ deraadt@
2003-09-19A complete, BSD licensed rewrite of dc(1), using the bn(3) big number routines.Otto Moerbeek
ok toby@ deraadt@
2003-09-19remove fatal callbacks from client code; ok deraadtMarkus Friedl
2003-09-19error handling for remote-remote copy; #638; report Harald Koenig;Markus Friedl
ok millert, fgs, henning, deraadt
2003-09-19an atexit handler to close a file descriptor? who wrote this crap..; millert okTheo de Raadt
2003-09-19when dropping privileges use initgroups(3) instead of setgroups(2) so theHenning Brauer
secondary groups get initialized as well. ok beck@ deraadt@
2003-09-19Disable USB_USE_SOFTINTR until we have generic support for soft interrupts.Anil Madhavapeddy
Solves a number of hangs on ohci (and possibly uhci) machines. Found by me prodding around, and drahn@ more cluefully ok pvalchev@, nate@
2003-09-19do not call packet_close on fatal; ok deraadtMarkus Friedl
2003-09-19do not call channel_free_all on fatal; ok deraadtMarkus Friedl
2003-09-19avoid fatal_cleanup, just call exit(); ok deraadtMarkus Friedl
2003-09-19provide a ssh-agent specific fatal() function; ok deraadtMarkus Friedl
2003-09-19Replace an oops by myself - standard C library will be llib-lc.ln, notJason McIntyre
llib-lstdc.ln. Also document that we do not have this library, and add the lint libraries we have to FILES. Thanks to Thorsten Locker for his help. ok deraadt@
2003-09-19commands.c: add `o' and `S' to internal help, sort optionsJason McIntyre
top.1: sort options and SYNOPSIS add description of `o' (from Patrick Latifi) top.c: sync usage() with SYNOPSIS ok deraadt@
2003-09-19sign fix in buffer_dump; Jedi/Sector One; pr 3473Markus Friedl
2003-09-19buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471Markus Friedl
2003-09-19whack getopt ? matching; jeffi@rcn.comTheo de Raadt
2003-09-19- some bios return a valid geometry for inexistent hd's so beforeFederico G. Schwindt
getting the geometry check the number of attached drives from the bios area at 40:75. - bump version. from toby@. we want people to test this, specially those with ghost drives showing up.
2003-09-19add debug info around #41; toby@ ok.Federico G. Schwindt
2003-09-19When sanity checking signal numbers, error out on signal >= NSIG,Todd C. Miller
not > NSIG. This makes cvs give a nice error message for "kill -NSIG 666" instead of EINVAL. From aaron@monkey.org.
2003-09-19Sync with 'modernization' changes to macppc. Also fix a couple of whitespaceKenneth R Westerback
typos in macppc. Cosmetic changes only, no semantic change. macppc and mvmeppc install.md now identical (again?).
2003-09-19Excise more unused code.Kenneth R Westerback
md_installboot() is only called from one place, with $ROOTDEV as the parameter. $ROOTDEV is guaranteed to be set to a valid device so don't bother testing it. And if the user deliberately unsets ROOTDEV the installboot will fail trying to use /dev/rc.
2003-09-19Put in a couple of sanity checks to ensure that the AN_DEFAULT_*Anil Madhavapeddy
variables arent defined too large. itojun@ ok
2003-09-18realloc spring cleaning, simplifies the code someAnil Madhavapeddy
beck@ ok, deraadt@ ok an earlier version
2003-09-18expand on the realloc no-no section to include adjusting a length beforeTed Unangst
the allocation. ok deraadt@ markus@
2003-09-18make this test look for spaces as well, to match other casesBob Beck
ok fgs@ ok deraadt@
2003-09-18if length is 1, don't try to null memory that doesn't belong to us.Federico G. Schwindt
found by tedu@, ok by millert@ and him.
2003-09-18Not all address types have a mask.Cedric Berger
ok henning@
2003-09-18remove /var/spool/newsNikolay Sturm
it is not used by base and the only port using it, uses another owner/group ok henning@, deraadt@
2003-09-18comment spelling, from jonathon grayTed Unangst
2003-09-18fix early free (subtle); marius@monkey.orgTheo de Raadt
2003-09-18A few signedness fixes for harmless situations; markus@ okMiod Vallat
2003-09-18spacing;Jason McIntyre
ok deraadt@
2003-09-18standard C lint library lives in llib-lstdc.ln, not llib-lc.ln;Jason McIntyre
from Andreas Kahari on misc@
2003-09-18typos from Aleksander Piotrowski;Jason McIntyre
2003-09-18typo in error;Jason McIntyre
from Brian Poole
2003-09-18 - move `-d' to comparison options, rather then output optionsJason McIntyre
- note (again) that output options are mutually exclusive from Andy Isaacson (PR 3479)
2003-09-18new sentence, new line;Jason McIntyre
2003-09-18typos from wiz@netbsd (including one from a PR from Quentin Garnier);Jason McIntyre
slight sync with NetBSD page; ok millert@
2003-09-18- missing .ElJason McIntyre
- new sentence, new line - kill whitespace at EOL - OpenBSD -> .Ox - add $OpenBSD$
2003-09-18add .Bk/.Ek to SYNOPSIS;Jason McIntyre
2003-09-18typo;Jason McIntyre
2003-09-18add some space before lists;Jason McIntyre