Age | Commit message (Expand) | Author |
2001-03-07 | Correct the diagnostic code in flush_atc_entry. | Miod Vallat |
2001-03-07 | Include <machine/cpu.h> for non-locore code. | Miod Vallat |
2001-03-07 | Remove 68k-isms, fix interrupt handler prototypes, warning hunting. | Miod Vallat |
2001-03-07 | Fix interrupt handler registration and prototypes. | Miod Vallat |
2001-03-07 | Strict prototypes for interrupt handlers and a few machine-dependent | Miod Vallat |
2001-03-07 | Get rid of definitions of ASSEMBLER, LOCORE and such. We will get | Miod Vallat |
2001-03-07 | _KERNEL, not KERNEL, dammit ! | Miod Vallat |
2001-03-07 | Inclusion from assembly code is detected with _LOCORE, no more fancy symbols. | Miod Vallat |
2001-03-07 | General cleanup in the kernel compilation process, sync style with | Miod Vallat |
2001-03-07 | ssh replaces siop here, too... | Miod Vallat |
2001-03-07 | More careful spl usage for the IPSEC case in ip_output(); from angelos@ | Aaron Campbell |
2001-03-07 | missing splx. from aaron. sync with kame | Jun-ichiro itojun Hagino |
2001-03-07 | lca and apecs buses need sgmap glue as well. | Eric Jackson |
2001-03-07 | Remove a bogus rtfree(); PR 1706 | brian |
2001-03-07 | Add some non US encodings. Add option UKBD_LAYOUT. -moj ok @aaron | Mats O Jansson |
2001-03-07 | print ether_ntoa() compatible | Theo de Raadt |
2001-03-07 | C requires labels to be followed by statements; from NetBSD. | Aaron Campbell |
2001-03-07 | Instead of panic'ing when an ESC is found in kernel output, print a warning | Aaron Campbell |
2001-03-07 | Somehow I left my tsort there... | Marc Espie |
2001-03-07 | Typo: adw driver will NOT claim to be iha0 | Kenneth R Westerback |
2001-03-07 | Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling | Damien Miller |
2001-03-07 | Oops, use the right legnth for the key id. | Angelos D. Keromytis |
2001-03-07 | Add KEY_ID support (mostly from roland@digitalvampire.org) | Angelos D. Keromytis |
2001-03-07 | Revert my bfd change, and instead make ld match bfd, which is | Niklas Hallqvist |
2001-03-07 | Missing splx() calls in failure cases. | Aaron Campbell |
2001-03-07 | Missing splx() in failure case; deraadt@ ok | Aaron Campbell |
2001-03-07 | Missing SPL_X(); deraadt@ ok | Aaron Campbell |
2001-03-07 | removed dated comment | Theo de Raadt |
2001-03-07 | Replace siop devices with ssh. | Miod Vallat |
2001-03-07 | Bye-bye siop, enter ssh | Miod Vallat |
2001-03-07 | Change siop name to ssh, as per mvme68k, to prevent conflict with the | Miod Vallat |
2001-03-07 | the name "secure shell" is boring, noone ever uses it | Theo de Raadt |
2001-03-07 | DS10 uses Acer M1543 pci<->isa bridge, so match it in siomatch() | Eric Jackson |
2001-03-07 | 2nd bug on the road to shlibs on alpha: | Niklas Hallqvist |
2001-03-07 | 1st bug on the road to shlibs on alpha: | Niklas Hallqvist |
2001-03-06 | OpenBSD -> .Ox | Brad Smith |
2001-03-06 | NetBSD -> .Nx | Brad Smith |
2001-03-06 | Print the name of the marked SA (if available). | Angelos D. Keromytis |
2001-03-06 | Don't use the source for both sides! | Angelos D. Keromytis |
2001-03-06 | Add -n to the netstat invocation. Faster running, less chance of being spoof... | Niklas Hallqvist |
2001-03-06 | first sweep ... | Brad Smith |
2001-03-06 | more NetBSD versions | Brad Smith |
2001-03-06 | different fix, we still need to deliver EV_EOF; from jlemon@freebsd.org | Niels Provos |
2001-03-06 | Document MTREE_FILE improvements. | Marc Espie |
2001-03-06 | Move the test for bogus packet length in udp_output() closer to the top of | Aaron Campbell |
2001-03-06 | fix a kqueue related panic triggered by shutdown, okay art@ | Niels Provos |
2001-03-06 | add lwres (BINDv9 resolver) printing. from tcpdump.org and modified by ho@ | Jakob Schlyter |
2001-03-06 | 1) Enable tag queuing. | Kenneth R Westerback |
2001-03-06 | order things | Theo de Raadt |
2001-03-06 | Convert to new timeout API. mickey@ ok. | Hakan Olsson |