summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-07-10use arc4random() from libc instead of reading /dev/arandom; allows chroot; ok...Markus Friedl
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
2002-07-10Support for USB->Serial adapters based on FT8U232AMNathan Binkert
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
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
2002-07-09allow systrace to run in the background if possible so that the executedNiels Provos
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
2002-07-09o Rename clean_turds() in crontab.c to die() and just _exit(ERROR_EXIT)Todd C. Miller
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
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
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
2002-07-09I am getting sick of telling people to use the style of the code they changeTheo de Raadt
2002-07-09apache chroot and privilege drop.Henning Brauer
2002-07-09Dont use stuff that isn't committed yetNathan Binkert
2002-07-09New device From NetBSDNathan Binkert
2002-07-09more error checking of memory allocation, from clodder@acm.org. okay deraadt@Niels Provos
2002-07-09mandoc, and doc the upcoming -u optionTheo de Raadt
2002-07-09ready ourself for the chroot httpd partsTheo de Raadt
2002-07-09toss a /dev/crypto copy into /var/www/dev; millert okTheo de Raadt
2002-07-09Sync Id string with NetBSDNathan Binkert
2002-07-09scanner updates from NetBSDNathan Binkert
2002-07-09allow getting and setting of the ADC, DAC, and PIO ports on the daadio (this ...Jason Wright
2002-07-09support for system call aliasing. stat/fstat/readlink/access etc... getsNiels Provos
2002-07-09fixes from NetBSDNathan Binkert
2002-07-09new deviceNathan Binkert
2002-07-09add new deviceNathan Binkert
2002-07-09syncNathan Binkert
2002-07-09New aue(4) deviceNathan Binkert
2002-07-09HASH payload validation does not require an exchange.Hakan Olsson
2002-07-09Potential off-by-five, ok provos@Daniel Hartmeier
2002-07-09Use BWX on cia as much as possible.Artur Grabowski
2002-07-09ed static function (less warnings)Jun-ichiro itojun Hagino