Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-10 | radio devices | Michael Shalayeff | |
2002-07-10 | uniform description | Michael Shalayeff | |
2002-07-10 | Use the correct COR offset for pcmcia card; noted by Warner Losh | Todd C. Miller | |
2002-07-10 | remove option NTP | Dan Harnett | |
ok nordin@, fgsch@ | |||
2002-07-10 | shorten address printout | Theo de Raadt | |
2002-07-10 | check malloc return; from Chad Loder <cloder@acm.org> | Todd T. Fries | |
ok me, henning@ | |||
2002-07-10 | sync | Theo de Raadt | |
2002-07-10 | shorten name | Theo de Raadt | |
2002-07-10 | use right sizeof in memcpy; markus ok | Theo de Raadt | |
2002-07-10 | First of some clean-up commits. This one only removes use of | Marco S Hyman | |
register variables. clean-up concept ok deraadt@ | |||
2002-07-10 | chroot aware as well | Henning Brauer | |
2002-07-10 | Make EV_PERSIST work on EV_READ and EV_WRITE events. | Artur Grabowski | |
provos@ ok. | |||
2002-07-10 | make it work with chroot | Niels Provos | |
2002-07-10 | sync whitespace | Nathan Binkert | |
2002-07-10 | Handle resetting port better. | Nathan Binkert | |
From NetBSD | |||
2002-07-10 | make work inside chroot | Henning Brauer | |
2002-07-10 | works inside chroot now | Henning Brauer | |
2002-07-10 | make work in chroot | Henning Brauer | |
2002-07-10 | ICH4 support; ok gluk@ | Markus Friedl | |
2002-07-10 | bark if all connection attempt fails. | Jun-ichiro itojun Hagino | |
2002-07-10 | make UserDir work w/ chroot. | Henning Brauer | |
of course the userdirs must still live inside /var/www/. | |||
2002-07-10 | use arc4random() from libc instead of reading /dev/arandom; allows chroot; ↵ | Markus Friedl | |
ok henning@ | |||
2002-07-10 | add fchmod translation | Niels Provos | |
2002-07-10 | do not close fds in daemon. | Niels Provos | |
2002-07-10 | do not use p++ in tolower(). NetBSD PR 17540. sync w/kame | Jun-ichiro itojun Hagino | |
2002-07-10 | Formatting and spacing sync with NetBSD | Nathan Binkert | |
2002-07-10 | Try to be more portable | Nathan Binkert | |
2002-07-10 | New device support | Nathan Binkert | |
use table lookup use usb_proc_ptr From NetBSD | |||
2002-07-10 | Support for USB->Serial adapters based on FT8U232AM | Nathan Binkert | |
various updates From NetBSD | |||
2002-07-10 | Sync with current status | Nathan Binkert | |
2002-07-09 | make mod_alias work inside the chroot. | Henning Brauer | |
2002-07-09 | try to disable vsync timing if sparc_vsyncblank is set | Jason Wright | |
2002-07-09 | Fix typo (get_sets_list -> get_sets) that caused ftp installs to fail. | Kenneth R Westerback | |
Noticed by STeve Andre | |||
2002-07-09 | sync | Theo de Raadt | |
2002-07-09 | detect memory failure; cloder | Theo de Raadt | |
2002-07-09 | make sed r command not bail out. try sed -e "/a/r" | Theo de Raadt | |
vtamara@wimsey.informatik.uni-kl.de, pr 2755 | |||
2002-07-09 | allow systrace to run in the background if possible so that the executed | Niels Provos | |
process gets the terminal correctly and exit status reporting works; based on a diff from atatat@atatdot.net from netbsd. | |||
2002-07-09 | Add udsbr and comment it out until it is tested | Nathan Binkert | |
2002-07-09 | o Add _PATH_CRON_PID which is built up from PIDDIR and PIDFILE via string | Todd C. Miller | |
concatenation at compile time rather than run time. o Some minor cosmetic changes to simplify diffing. | |||
2002-07-09 | o 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-09 | manpage for udsbr | Nathan Binkert | |
2002-07-09 | Hey, so it's only 6 releases late... | Jason Wright | |
2002-07-09 | driver for D-Link DSB-R100 FM Radio | Nathan Binkert | |
From NetBSD | |||
2002-07-09 | pretty | Jason Wright | |
2002-07-09 | kill trailing whitespace | Nathan Binkert | |
2002-07-09 | typo in panic message. | Artur Grabowski | |
2002-07-09 | When building ptes manually for pmap_zero_page4m and pmap_copy_page4m | Artur Grabowski | |
use explicit PPROT_N_RX and PPROT_N_RWX, don't treat the pte permissions as bitmasks (they aren't). | |||
2002-07-09 | sync with NetBSD | Nathan Binkert | |
2002-07-09 | clarify no preference ordering in protocol list; ok markus@ | Kevin Steves | |
2002-07-09 | make the timeout a function parameter | Nathan Binkert | |
From NetBSD |