Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-21 | A set of regressions for dc(1). | Otto Moerbeek | |
2003-09-21 | revert for now. | Federico G. Schwindt | |
2003-09-21 | sync | Alexander Yurchenko | |
2003-09-21 | Yet another ServerWorks CSB6 IDE | Alexander Yurchenko | |
ok deraadt@ | |||
2003-09-21 | sync with netbsd defines. no functional changes. | Federico G. Schwindt | |
ok markus deraadt | |||
2003-09-21 | document and declare 64-bit function/macros. ok millert@ deraadt@ | Federico G. Schwindt | |
2003-09-21 | "exp" is a reserved symbol under gcc3/posix. mcbride ok | Jun-ichiro itojun Hagino | |
2003-09-21 | plug memory leak. from kame. fgsch ok | Jun-ichiro itojun Hagino | |
2003-09-21 | Fix extraneous display of grep output when searching disklabel output for | Kenneth R Westerback | |
error information. Previously things like: disklabel: no disk label WARNING: Disk wd0 has no disk label. You will be creating a new one. would be printed. Now the 'disklabel: no disk label' message is correctly sent to /dev/null. Take the opportunity to clean up a bit of code and formatting, making all the md_checkfordisklabel() functions as identical as possible. | |||
2003-09-20 | Implement hardwareflow varable in tip(1) like Solaris and hf in /etc/remote. | Todd C. Miller | |
Based on PR 3411 from Matthew Gream Also document "tandem" variable (XON/XOFF) in tip man page. | |||
2003-09-20 | Fix pasto; closes PR 3482 | Todd C. Miller | |
2003-09-20 | Cleanup uses of intstack and interrupt_stack[] - also makes time % in top | Miod Vallat | |
more realistic. | |||
2003-09-20 | Remove bogus comment. | Otto Moerbeek | |
2003-09-20 | move the checks after we fixed the hd info. | Federico G. Schwindt | |
from Thorsten Glaser <tg-v2003 at netcologne dot de> via toby@. | |||
2003-09-20 | powerpc ld.so has a slightly unreasonable expectation about __got_start | Dale Rahn | |
and the location of the GOT. reorder GOT and the CTOR/DTOR section. | |||
2003-09-20 | knf | Theo de Raadt | |
2003-09-20 | incorrect ordering of free operations | Theo de Raadt | |
2003-09-20 | do not leak if mem_alloc fails | Theo de Raadt | |
2003-09-19 | In pmap_changebit(), do not flush tlb entries unless really necessary. | Miod Vallat | |
2003-09-19 | Let boot -b return to debugger before invoking the kernels entry point, like | Miod Vallat | |
mvme88k does. | |||
2003-09-19 | do not += snprintf; andrushock@korovino.net | Theo de Raadt | |
2003-09-19 | spaces | Theo de Raadt | |
2003-09-19 | Make CTORS/DTORS non-writeable in dynamic binaries. ok deraadt@ | Dale Rahn | |
2003-09-19 | blanks | Theo de Raadt | |
2003-09-19 | Add missing copyright. | Otto Moerbeek | |
2003-09-19 | spaces | Theo de Raadt | |
2003-09-19 | Original USD.doc from 4.4 BSD, using the Caldera license. Needs cleanup. | Otto Moerbeek | |
ok toby@ deraadt@ | |||
2003-09-19 | Man page based on 4.4 BSD man page, using the Caldera license. | Otto Moerbeek | |
ok toby@ deraadt@ | |||
2003-09-19 | A complete, BSD licensed rewrite of dc(1), using the bn(3) big number routines. | Otto Moerbeek | |
ok toby@ deraadt@ | |||
2003-09-19 | remove fatal callbacks from client code; ok deraadt | Markus Friedl | |
2003-09-19 | error handling for remote-remote copy; #638; report Harald Koenig; | Markus Friedl | |
ok millert, fgs, henning, deraadt | |||
2003-09-19 | an atexit handler to close a file descriptor? who wrote this crap..; millert ok | Theo de Raadt | |
2003-09-19 | when dropping privileges use initgroups(3) instead of setgroups(2) so the | Henning Brauer | |
secondary groups get initialized as well. ok beck@ deraadt@ | |||
2003-09-19 | Disable 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-19 | do not call packet_close on fatal; ok deraadt | Markus Friedl | |
2003-09-19 | do not call channel_free_all on fatal; ok deraadt | Markus Friedl | |
2003-09-19 | avoid fatal_cleanup, just call exit(); ok deraadt | Markus Friedl | |
2003-09-19 | provide a ssh-agent specific fatal() function; ok deraadt | Markus Friedl | |
2003-09-19 | Replace an oops by myself - standard C library will be llib-lc.ln, not | Jason 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-19 | commands.c: add `o' and `S' to internal help, sort options | Jason McIntyre | |
top.1: sort options and SYNOPSIS add description of `o' (from Patrick Latifi) top.c: sync usage() with SYNOPSIS ok deraadt@ | |||
2003-09-19 | sign fix in buffer_dump; Jedi/Sector One; pr 3473 | Markus Friedl | |
2003-09-19 | buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471 | Markus Friedl | |
2003-09-19 | whack getopt ? matching; jeffi@rcn.com | Theo de Raadt | |
2003-09-19 | - some bios return a valid geometry for inexistent hd's so before | Federico 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-19 | add debug info around #41; toby@ ok. | Federico G. Schwindt | |
2003-09-19 | When 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-19 | Sync with 'modernization' changes to macppc. Also fix a couple of whitespace | Kenneth R Westerback | |
typos in macppc. Cosmetic changes only, no semantic change. macppc and mvmeppc install.md now identical (again?). | |||
2003-09-19 | Excise 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-19 | Put in a couple of sanity checks to ensure that the AN_DEFAULT_* | Anil Madhavapeddy | |
variables arent defined too large. itojun@ ok | |||
2003-09-18 | realloc spring cleaning, simplifies the code some | Anil Madhavapeddy | |
beck@ ok, deraadt@ ok an earlier version |