summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-07-10radio devicesMichael Shalayeff
2002-07-10uniform descriptionMichael Shalayeff
2002-07-10Use the correct COR offset for pcmcia card; noted by Warner LoshTodd C. Miller
2002-07-10remove option NTPDan Harnett
ok nordin@, fgsch@
2002-07-10shorten address printoutTheo de Raadt
2002-07-10check malloc return; from Chad Loder <cloder@acm.org>Todd T. Fries
ok me, henning@
2002-07-10syncTheo de Raadt
2002-07-10shorten nameTheo de Raadt
2002-07-10use right sizeof in memcpy; markus okTheo de Raadt
2002-07-10First of some clean-up commits. This one only removes use ofMarco S Hyman
register variables. clean-up concept ok deraadt@
2002-07-10chroot aware as wellHenning Brauer
2002-07-10Make EV_PERSIST work on EV_READ and EV_WRITE events.Artur Grabowski
provos@ ok.
2002-07-10make it work with chrootNiels Provos
2002-07-10sync whitespaceNathan Binkert
2002-07-10Handle resetting port better.Nathan Binkert
From NetBSD
2002-07-10make work inside chrootHenning Brauer
2002-07-10works inside chroot nowHenning Brauer
2002-07-10make work in chrootHenning Brauer
2002-07-10ICH4 support; ok gluk@Markus Friedl
2002-07-10bark if all connection attempt fails.Jun-ichiro itojun Hagino
2002-07-10make UserDir work w/ chroot.Henning Brauer
of course the userdirs must still live inside /var/www/.
2002-07-10use arc4random() from libc instead of reading /dev/arandom; allows chroot; ↵Markus Friedl
ok henning@
2002-07-10add fchmod translationNiels Provos
2002-07-10do not close fds in daemon.Niels Provos
2002-07-10do not use p++ in tolower(). NetBSD PR 17540. sync w/kameJun-ichiro itojun Hagino
2002-07-10Formatting and spacing sync with NetBSDNathan Binkert
2002-07-10Try to be more portableNathan Binkert
2002-07-10New device supportNathan Binkert
use table lookup use usb_proc_ptr From NetBSD
2002-07-10Support for USB->Serial adapters based on FT8U232AMNathan Binkert
various updates From NetBSD
2002-07-10Sync with current statusNathan Binkert
2002-07-09make mod_alias work inside the chroot.Henning Brauer
2002-07-09try to disable vsync timing if sparc_vsyncblank is setJason Wright
2002-07-09Fix typo (get_sets_list -> get_sets) that caused ftp installs to fail.Kenneth R Westerback
Noticed by STeve Andre
2002-07-09syncTheo de Raadt
2002-07-09detect memory failure; cloderTheo de Raadt
2002-07-09make sed r command not bail out. try sed -e "/a/r"Theo de Raadt
vtamara@wimsey.informatik.uni-kl.de, pr 2755
2002-07-09allow systrace to run in the background if possible so that the executedNiels Provos
process gets the terminal correctly and exit status reporting works; based on a diff from atatat@atatdot.net from netbsd.
2002-07-09Add udsbr and comment it out until it is testedNathan Binkert
2002-07-09o Add _PATH_CRON_PID which is built up from PIDDIR and PIDFILE via stringTodd C. Miller
concatenation at compile time rather than run time. o Some minor cosmetic changes to simplify diffing.
2002-07-09o Rename clean_turds() in crontab.c to die() and just _exit(ERROR_EXIT)Todd C. Miller
instead of resetting the signal handler to SIG_DFL and redelivering. o Use kill(2) instead of raise(3) (which is just a wrapper)
2002-07-09manpage for udsbrNathan Binkert
2002-07-09Hey, so it's only 6 releases late...Jason Wright
2002-07-09driver for D-Link DSB-R100 FM RadioNathan Binkert
From NetBSD
2002-07-09prettyJason Wright
2002-07-09kill trailing whitespaceNathan Binkert
2002-07-09typo in panic message.Artur Grabowski
2002-07-09When building ptes manually for pmap_zero_page4m and pmap_copy_page4mArtur Grabowski
use explicit PPROT_N_RX and PPROT_N_RWX, don't treat the pte permissions as bitmasks (they aren't).
2002-07-09sync with NetBSDNathan Binkert
2002-07-09clarify no preference ordering in protocol list; ok markus@Kevin Steves
2002-07-09make the timeout a function parameterNathan Binkert
From NetBSD