summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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
httpd will chroot itself into ServerRoot (/var/www) and drop root privileges now. This is enabled by default. Make sure to read httpd(8). help deraadt@ ssl mutex fixes beck@ "commit" deraadt@
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
has been sitting in my tree for awhile)
2002-07-09support for system call aliasing. stat/fstat/readlink/access etc... getsNiels Provos
grouped into fsread, unlink/rmdir/mkdir goes to fswrite. open switches back between fsread and fswrite depending on oflags parameter.
2002-07-09fixes from NetBSDNathan Binkert
2002-07-09new deviceNathan Binkert
2002-07-09add new deviceNathan Binkert
from NetBSD
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