Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-19 | ANSI | Paul Janzen | |
2003-05-19 | volatile sig_atomic_t | Paul Janzen | |
2003-05-19 | Standard capitalization | Paul Janzen | |
2003-05-19 | no need for nfs headers since nqnfs had been removed way long time ago | Michael Shalayeff | |
2003-05-19 | From NetBSD: as per standard hack 1.0.3, shops should have only one door. | Paul Janzen | |
Unclear why the 4.4-lite tree was modified. | |||
2003-05-19 | De-register, ANSIfy, clean up. | Paul Janzen | |
2003-05-19 | updates from NetBSD | Nathan Binkert | |
2003-05-19 | kill dead (if 0) code. | Artur Grabowski | |
2003-05-19 | Fix warnx message to reflect reality. | Artur Grabowski | |
2003-05-19 | fix documentation links from netbsd | Nathan Binkert | |
2003-05-19 | don't print altq en-/disabled - there's no point, you can't turn them on | Henning Brauer | |
and off independently. so only complain if there's a real error. ok dhartmei@ pb@ camield@ | |||
2003-05-19 | Bad switch condition used for SO_DEBUG, ok itojun@ | Daniel Hartmeier | |
2003-05-19 | add a quirk for my trek thumbdrive | Nathan Binkert | |
2003-05-19 | style consistency | Henning Brauer | |
2003-05-19 | update documentation url | Nathan Binkert | |
2003-05-19 | sync tag with NetBSD | Nathan Binkert | |
2003-05-19 | check for null before memset | Nathan Binkert | |
2003-05-19 | nuke unused variable, from NetBSD | Nathan Binkert | |
2003-05-19 | don't use 1284 mode | Nathan Binkert | |
When detaching a ulpt device, call vdevgone() for the corresponding NOPRIME minor device too. from NetBSD | |||
2003-05-19 | ditch unused return value | Nathan Binkert | |
2003-05-19 | No longer complain about printing a.out files; this sort of detection really | Paul Janzen | |
belongs in lpd filters. | |||
2003-05-19 | better match netbsd | Nathan Binkert | |
2003-05-19 | initialize variable to match NetBSD | Nathan Binkert | |
2003-05-19 | Use a decaying average for smoother rate estimates. | Camiel Dobbelaar | |
ok henning dhartmei | |||
2003-05-18 | sync | Theo de Raadt | |
2003-05-18 | use syslog_r() in a signal handler called place; markus ok | Theo de Raadt | |
2003-05-18 | Add some path sanitation; only permit write operations to /tmp, | Hakan Olsson | |
/var/tmp and /var/run. Opens in /etc/isakmpd/ are read-only. Any other path is invalid. markus@ ok. | |||
2003-05-18 | match on Intel 82440MX PCI-ISA which misidentifies itself. | Henning Brauer | |
2003-05-18 | Style tweak. | Hakan Olsson | |
2003-05-18 | Add a debug message to sa_reinit() to indicate when we renegotiate | Hakan Olsson | |
active connections. | |||
2003-05-18 | regen | Henning Brauer | |
2003-05-18 | indent here in the same way as in -vsr for consistency | Henning Brauer | |
2003-05-18 | It turns out that this card has a vga-compatible CRTC interface, with | Miod Vallat | |
just enough endianness madness to make this slightly complicated. Simplify some code based on this. | |||
2003-05-18 | regen these as well | Henning Brauer | |
2003-05-18 | regen; output formatting change | Henning Brauer | |
2003-05-18 | in the pfctl -vsr output (-vvsr/-gvvsr as well), indent instead of extra | Henning Brauer | |
newline. requested by markus@, dhartmei and myself agree | |||
2003-05-18 | Forgot to remove a couple of debug messages | Hakan Olsson | |
2003-05-18 | struct sockaddr is not large enough in itself to contain the address | Hakan Olsson | |
value. Switching to sockaddr_storage makes interface rescanning work properly. niklas@ ok. | |||
2003-05-18 | speed hack: delay fetching the mbuf tag until we really need it (hit a | Henning Brauer | |
"tagged X" rule), and only get it when we really need it. simplifies code too. ok dhartmei@ pb@ | |||
2003-05-18 | More isakmpd privsep work. X509 private keys are now kept in the privileged | Hakan Olsson | |
process only. Various cleanup and bugfixes. markus@ ok | |||
2003-05-18 | Merge pf_send_ack() and _send_syn() into a generic _send_tcp(). | Daniel Hartmeier | |
In the SYN proxy, generate ACKs with proper window sizes after the handshakes. | |||
2003-05-18 | add a quirk for the Imation FlashGo adapter to make it shut up | Nathan Binkert | |
2003-05-18 | sync | Nathan Binkert | |
2003-05-18 | add mcbride's cf adapter | Nathan Binkert | |
2003-05-18 | Sysdep for native Linux IPSec, 2.5 and later. From Thomas Walpuski, with | Hakan Olsson | |
various tweaks by me. niklas@ ok. | |||
2003-05-18 | try a little harder to attach devices that are really slow | Nathan Binkert | |
2003-05-18 | add a quirk for a different zip250 model | Nathan Binkert | |
2003-05-18 | constify the quirck tables and fix the scsi_inqmatch() proto accordingly; ↵ | Michael Shalayeff | |
krw@ ok | |||
2003-05-18 | save the fpu state for the signal handler. this is essential | Michael Shalayeff | |
as the fpu regs can be used by the gcc even for non-fpu means and data copying. rearrange the sigcontext a bit to include only the general registers that are needed restoring upon return and thus less waste of space and make up some space for the fpu regs. ALL software that used the signal context on the stack needs at least rebuilding now. a new snap has bin built as well. | |||
2003-05-18 | The attach routine works better when it doesn't try to write to a | Henric Jungheim | |
write-protected page. ok jason@ |