summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-17Document behaviour when size = 1. ok millert@Paul Janzen
2003-05-17tweak; 10x jmcHenning Brauer
2003-05-17HORRID_III_HACK disables D$ and I$, and with this, the ramdiskMarcus Watts
kernel boots on blade 1000 (ultrasparc III) and 280R (ultrasparc IIIcu) to single user.
2003-05-17All sun ultrasparcs have 8192 contexts.Marcus Watts
ultrasparc IIIcu puts other stuff in formerly reserved fields of context registers.
2003-05-17Fix proxy related output.Daniel Hartmeier
2003-05-17sync to reduce diffsHenning Brauer
2003-05-17bye byeHenning Brauer
2003-05-17remove more ifdefs. Kill the VIS instruction pmap_{copy,zero}_page.Artur Grabowski
We haven't used them ever, they are hairy and if we want them back, we'll readd them in some other file. mdw@ henric@ ok
2003-05-17Fix infopage generationHans Insulander
2003-05-17tweakDavid Krause
ok dhartmei@
2003-05-17Get rid of lots of hairy ifdefs that we'll most likely never use.Artur Grabowski
TRAPTRACE, TRAPSTATS, FLTTRACE and SCHED_DEBUG. mdw@ henric@ ok.
2003-05-17spelling fixDavid Krause
2003-05-17tweakHenning Brauer
2003-05-17dale's camera has a usb quirk nowNathan Binkert
2003-05-17sync with NetBSD and add various local hacks to make things work correctlyNathan Binkert
with our scsi layer
2003-05-17document tagsDavid Krause
ok henning@
2003-05-17make this function available to othersNathan Binkert
2003-05-17Add /usr/include/kerberosV; ok millertMagnus Holmberg
2003-05-17Support for 'make includes'; ok hin@, millert@Magnus Holmberg
2003-05-17up MAXSUNLAYOUT... miod, you owe me a beerJason Wright
2003-05-17experimental support for aes-ctr modes fromMarkus Friedl
http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt ok djm@
2003-05-17sync with SDEV_ONLYBIG change.Jun-ichiro itojun Hagino
2003-05-17No need to check for the 640x480 resolution case, since the minimal resolutionMiod Vallat
on the SPARCbook 3 series is 800x600 and is already small enough...
2003-05-17nuke intrhand, it isn't used and it overloads ih_next incorrectly... grrJason Wright
ok henric, mdw (based on diff from henric, so he's biased =)
2003-05-17syncNathan Binkert
2003-05-17add my cameraNathan Binkert
2003-05-17just in case, put numbers to sscanf %s arg.Jun-ichiro itojun Hagino
2003-05-17pull in a bugfix from systrace-current to let systrace deal with creatingNikolay Sturm
directories correctly OK itojun@, thanks to niels for the help
2003-05-17With rdr we want the source IP from the packet, not the source IP fromRyan Thomas McBride
the rule. Fixes rdr with address pools using bitmask and source-hash address selection methods. ok dhartmei@ henning@
2003-05-17A little bugfix. We want pfioc_states, not pfioc_state.Ryan Thomas McBride
ok henning@
2003-05-17strsep does not work that way.Bob Beck
ok tedu@
2003-05-17Gremlin slipped in in the encoding table, affected mostly Compact-2 keyboards.Miod Vallat
2003-05-17! taggedHenning Brauer
2003-05-17support inverse matching on tags likeHenning Brauer
block in ! tagged sometag ok dhartmei@ pb@
2003-05-17Make the hardlinks the right way. Found by mho@Hans Insulander
2003-05-17allow inverse matching on tagsHenning Brauer
ok dhartmei@ pb@
2003-05-17fix up the media handling for the intel based MACs. Also hack around aJason Wright
bug in the Momenco firmware on the Leopard-V, which now has one port working.
2003-05-17synproxyHenning Brauer
2003-05-17Don't link with unneeded kerberos librariesHans Insulander
2003-05-17Not needed, bye byeHans Insulander
2003-05-17Add an 'action' code that allows the SYN proxy to swallow/drop a packetDaniel Hartmeier
without causing EHOSTUNREACH to be delivered to local sockets, so it works for outgoing connections originating on the same host. ok frantzen@
2003-05-17Don't link with -lkrb -lkafsHans Insulander
2003-05-17Don't link with -lkrb -lkafsHans Insulander
2003-05-17use MAP_FAILED rather than -1; millert@ ok.Federico G. Schwindt
2003-05-17syncTheo de Raadt
2003-05-16fix up interrupt code (ie, actually deref the ih_clr ptr correctly)Jason Wright
and kill some debug code
2003-05-16This was using the wrong buffer, and wrong lengths. fix it from me andBob Beck
tedu, ok tedu@
2003-05-16Clean up low-level sparc register access wrappers. Specify clobbers forHenric Jungheim
everything (so gcc doesn't assume everything is clobbered). ok jason@
2003-05-16When positional arguments need more memory for storage (more than 8 args),Theo de Raadt
use mmap() instead of malloc(). this makes all the functionality in snprintf() and friends signal race safe. it also makes syslog_r() and the entire family of *warn*() and *err*() signal race safe, which was the real goal. ok pjazen millert
2003-05-16If the "Renegotiate-on-HUP" tag is defined in the [General] section, aHakan Olsson
HUP signal (or "R" to the FIFO) will also renegotiate all Phase 2 SAs, i.e all connections. ok niklas@, tested and ok kjell@.