Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-17 | Document behaviour when size = 1. ok millert@ | Paul Janzen | |
2003-05-17 | tweak; 10x jmc | Henning Brauer | |
2003-05-17 | HORRID_III_HACK disables D$ and I$, and with this, the ramdisk | Marcus Watts | |
kernel boots on blade 1000 (ultrasparc III) and 280R (ultrasparc IIIcu) to single user. | |||
2003-05-17 | All sun ultrasparcs have 8192 contexts. | Marcus Watts | |
ultrasparc IIIcu puts other stuff in formerly reserved fields of context registers. | |||
2003-05-17 | Fix proxy related output. | Daniel Hartmeier | |
2003-05-17 | sync to reduce diffs | Henning Brauer | |
2003-05-17 | bye bye | Henning Brauer | |
2003-05-17 | remove 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-17 | Fix infopage generation | Hans Insulander | |
2003-05-17 | tweak | David Krause | |
ok dhartmei@ | |||
2003-05-17 | Get 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-17 | spelling fix | David Krause | |
2003-05-17 | tweak | Henning Brauer | |
2003-05-17 | dale's camera has a usb quirk now | Nathan Binkert | |
2003-05-17 | sync with NetBSD and add various local hacks to make things work correctly | Nathan Binkert | |
with our scsi layer | |||
2003-05-17 | document tags | David Krause | |
ok henning@ | |||
2003-05-17 | make this function available to others | Nathan Binkert | |
2003-05-17 | Add /usr/include/kerberosV; ok millert | Magnus Holmberg | |
2003-05-17 | Support for 'make includes'; ok hin@, millert@ | Magnus Holmberg | |
2003-05-17 | up MAXSUNLAYOUT... miod, you owe me a beer | Jason Wright | |
2003-05-17 | experimental support for aes-ctr modes from | Markus Friedl | |
http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt ok djm@ | |||
2003-05-17 | sync with SDEV_ONLYBIG change. | Jun-ichiro itojun Hagino | |
2003-05-17 | No need to check for the 640x480 resolution case, since the minimal resolution | Miod Vallat | |
on the SPARCbook 3 series is 800x600 and is already small enough... | |||
2003-05-17 | nuke intrhand, it isn't used and it overloads ih_next incorrectly... grr | Jason Wright | |
ok henric, mdw (based on diff from henric, so he's biased =) | |||
2003-05-17 | sync | Nathan Binkert | |
2003-05-17 | add my camera | Nathan Binkert | |
2003-05-17 | just in case, put numbers to sscanf %s arg. | Jun-ichiro itojun Hagino | |
2003-05-17 | pull in a bugfix from systrace-current to let systrace deal with creating | Nikolay Sturm | |
directories correctly OK itojun@, thanks to niels for the help | |||
2003-05-17 | With rdr we want the source IP from the packet, not the source IP from | Ryan Thomas McBride | |
the rule. Fixes rdr with address pools using bitmask and source-hash address selection methods. ok dhartmei@ henning@ | |||
2003-05-17 | A little bugfix. We want pfioc_states, not pfioc_state. | Ryan Thomas McBride | |
ok henning@ | |||
2003-05-17 | strsep does not work that way. | Bob Beck | |
ok tedu@ | |||
2003-05-17 | Gremlin slipped in in the encoding table, affected mostly Compact-2 keyboards. | Miod Vallat | |
2003-05-17 | ! tagged | Henning Brauer | |
2003-05-17 | support inverse matching on tags like | Henning Brauer | |
block in ! tagged sometag ok dhartmei@ pb@ | |||
2003-05-17 | Make the hardlinks the right way. Found by mho@ | Hans Insulander | |
2003-05-17 | allow inverse matching on tags | Henning Brauer | |
ok dhartmei@ pb@ | |||
2003-05-17 | fix up the media handling for the intel based MACs. Also hack around a | Jason Wright | |
bug in the Momenco firmware on the Leopard-V, which now has one port working. | |||
2003-05-17 | synproxy | Henning Brauer | |
2003-05-17 | Don't link with unneeded kerberos libraries | Hans Insulander | |
2003-05-17 | Not needed, bye bye | Hans Insulander | |
2003-05-17 | Add an 'action' code that allows the SYN proxy to swallow/drop a packet | Daniel 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-17 | Don't link with -lkrb -lkafs | Hans Insulander | |
2003-05-17 | Don't link with -lkrb -lkafs | Hans Insulander | |
2003-05-17 | use MAP_FAILED rather than -1; millert@ ok. | Federico G. Schwindt | |
2003-05-17 | sync | Theo de Raadt | |
2003-05-16 | fix up interrupt code (ie, actually deref the ih_clr ptr correctly) | Jason Wright | |
and kill some debug code | |||
2003-05-16 | This was using the wrong buffer, and wrong lengths. fix it from me and | Bob Beck | |
tedu, ok tedu@ | |||
2003-05-16 | Clean up low-level sparc register access wrappers. Specify clobbers for | Henric Jungheim | |
everything (so gcc doesn't assume everything is clobbered). ok jason@ | |||
2003-05-16 | When 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-16 | If the "Renegotiate-on-HUP" tag is defined in the [General] section, a | Hakan 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@. |