summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-19ANSIPaul Janzen
2003-05-19volatile sig_atomic_tPaul Janzen
2003-05-19Standard capitalizationPaul Janzen
2003-05-19no need for nfs headers since nqnfs had been removed way long time agoMichael Shalayeff
2003-05-19From 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-19De-register, ANSIfy, clean up.Paul Janzen
2003-05-19updates from NetBSDNathan Binkert
2003-05-19kill dead (if 0) code.Artur Grabowski
2003-05-19Fix warnx message to reflect reality.Artur Grabowski
2003-05-19fix documentation links from netbsdNathan Binkert
2003-05-19don't print altq en-/disabled - there's no point, you can't turn them onHenning Brauer
and off independently. so only complain if there's a real error. ok dhartmei@ pb@ camield@
2003-05-19Bad switch condition used for SO_DEBUG, ok itojun@Daniel Hartmeier
2003-05-19add a quirk for my trek thumbdriveNathan Binkert
2003-05-19style consistencyHenning Brauer
2003-05-19update documentation urlNathan Binkert
2003-05-19sync tag with NetBSDNathan Binkert
2003-05-19check for null before memsetNathan Binkert
2003-05-19nuke unused variable, from NetBSDNathan Binkert
2003-05-19don't use 1284 modeNathan Binkert
When detaching a ulpt device, call vdevgone() for the corresponding NOPRIME minor device too. from NetBSD
2003-05-19ditch unused return valueNathan Binkert
2003-05-19No longer complain about printing a.out files; this sort of detection reallyPaul Janzen
belongs in lpd filters.
2003-05-19better match netbsdNathan Binkert
2003-05-19initialize variable to match NetBSDNathan Binkert
2003-05-19Use a decaying average for smoother rate estimates.Camiel Dobbelaar
ok henning dhartmei
2003-05-18syncTheo de Raadt
2003-05-18use syslog_r() in a signal handler called place; markus okTheo de Raadt
2003-05-18Add 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-18match on Intel 82440MX PCI-ISA which misidentifies itself.Henning Brauer
2003-05-18Style tweak.Hakan Olsson
2003-05-18Add a debug message to sa_reinit() to indicate when we renegotiateHakan Olsson
active connections.
2003-05-18regenHenning Brauer
2003-05-18indent here in the same way as in -vsr for consistencyHenning Brauer
2003-05-18It turns out that this card has a vga-compatible CRTC interface, withMiod Vallat
just enough endianness madness to make this slightly complicated. Simplify some code based on this.
2003-05-18regen these as wellHenning Brauer
2003-05-18regen; output formatting changeHenning Brauer
2003-05-18in the pfctl -vsr output (-vvsr/-gvvsr as well), indent instead of extraHenning Brauer
newline. requested by markus@, dhartmei and myself agree
2003-05-18Forgot to remove a couple of debug messagesHakan Olsson
2003-05-18struct sockaddr is not large enough in itself to contain the addressHakan Olsson
value. Switching to sockaddr_storage makes interface rescanning work properly. niklas@ ok.
2003-05-18speed hack: delay fetching the mbuf tag until we really need it (hit aHenning Brauer
"tagged X" rule), and only get it when we really need it. simplifies code too. ok dhartmei@ pb@
2003-05-18More isakmpd privsep work. X509 private keys are now kept in the privilegedHakan Olsson
process only. Various cleanup and bugfixes. markus@ ok
2003-05-18Merge 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-18add a quirk for the Imation FlashGo adapter to make it shut upNathan Binkert
2003-05-18syncNathan Binkert
2003-05-18add mcbride's cf adapterNathan Binkert
2003-05-18Sysdep for native Linux IPSec, 2.5 and later. From Thomas Walpuski, withHakan Olsson
various tweaks by me. niklas@ ok.
2003-05-18try a little harder to attach devices that are really slowNathan Binkert
2003-05-18add a quirk for a different zip250 modelNathan Binkert
2003-05-18constify the quirck tables and fix the scsi_inqmatch() proto accordingly; ↵Michael Shalayeff
krw@ ok
2003-05-18save the fpu state for the signal handler. this is essentialMichael 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-18The attach routine works better when it doesn't try to write to aHenric Jungheim
write-protected page. ok jason@