summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-09-21document and declare 64-bit function/macros. ok millert@ deraadt@Federico G. Schwindt
2003-09-21"exp" is a reserved symbol under gcc3/posix. mcbride okJun-ichiro itojun Hagino
2003-09-21plug memory leak. from kame. fgsch okJun-ichiro itojun Hagino
2003-09-21Fix extraneous display of grep output when searching disklabel output forKenneth R Westerback
2003-09-20Implement hardwareflow varable in tip(1) like Solaris and hf in /etc/remote.Todd C. Miller
2003-09-20Fix pasto; closes PR 3482Todd C. Miller
2003-09-20Cleanup uses of intstack and interrupt_stack[] - also makes time % in topMiod Vallat
2003-09-20Remove bogus comment.Otto Moerbeek
2003-09-20move the checks after we fixed the hd info.Federico G. Schwindt
2003-09-20powerpc ld.so has a slightly unreasonable expectation about __got_startDale Rahn
2003-09-20knfTheo de Raadt
2003-09-20incorrect ordering of free operationsTheo de Raadt
2003-09-20do not leak if mem_alloc failsTheo de Raadt
2003-09-19In pmap_changebit(), do not flush tlb entries unless really necessary.Miod Vallat
2003-09-19Let boot -b return to debugger before invoking the kernels entry point, likeMiod Vallat
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
2003-09-19Man page based on 4.4 BSD man page, using the Caldera license.Otto Moerbeek
2003-09-19A complete, BSD licensed rewrite of dc(1), using the bn(3) big number routines.Otto Moerbeek
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
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
2003-09-19Disable USB_USE_SOFTINTR until we have generic support for soft interrupts.Anil Madhavapeddy
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
2003-09-19commands.c: add `o' and `S' to internal help, sort optionsJason McIntyre
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
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
2003-09-19Sync with 'modernization' changes to macppc. Also fix a couple of whitespaceKenneth R Westerback
2003-09-19Excise more unused code.Kenneth R Westerback
2003-09-19Put in a couple of sanity checks to ensure that the AN_DEFAULT_*Anil Madhavapeddy
2003-09-18realloc spring cleaning, simplifies the code someAnil Madhavapeddy
2003-09-18expand on the realloc no-no section to include adjusting a length beforeTed Unangst
2003-09-18make this test look for spaces as well, to match other casesBob Beck
2003-09-18if length is 1, don't try to null memory that doesn't belong to us.Federico G. Schwindt
2003-09-18Not all address types have a mask.Cedric Berger
2003-09-18remove /var/spool/newsNikolay Sturm