Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-09 | Don't check the source address on the packet vs. the one on the SA, as | Angelos D. Keromytis | |
this prevents use of ESP in mobility; pointed out on the IETF mailing list by Francis Dupont. | |||
2001-08-09 | typo: ALTQ_CQB -> ALTQ_CBQ | Kenjiro Cho | |
2001-08-09 | Force alignment of blocks so that we don't crash on strict alignment | Heikki Korpela | |
archs. This is a stopgap until we get a rijndael implementation that doesn't assume 4 byte alignment. ok deraadt@ | |||
2001-08-09 | Unshare signal actions on exec, from NetBSD. While I am here a little KNF ↵ | Niklas Hallqvist | |
nit too | |||
2001-08-09 | change a maze of altq options into just "altq" for the base+red+cbq, and | Theo de Raadt | |
then altq_* for each of the other * experimental options. and.. enable it by default in GENERIC. | |||
2001-08-09 | Correct linux-compat sigaltstack implementation. | Niklas Hallqvist | |
Helps HotSpot Java VMs a bit, but not totally. I can at least run javac on J2SE 1.4beta with good results, but anything that uses swing seems to fail on something else. | |||
2001-08-09 | sync | Theo de Raadt | |
2001-08-09 | yet another damn winmodem | Theo de Raadt | |
2001-08-08 | New timeouts. | Miod Vallat | |
2001-08-08 | New timeouts, drahn@ sez go ahead. | Miod Vallat | |
2001-08-08 | New timeouts. I've been running this since almost a whole year. | Miod Vallat | |
2001-08-08 | New timeouts. | Miod Vallat | |
if_gm tested by matthieu@, the whole ok'd by drahn@ | |||
2001-08-08 | New timeouts. | Miod Vallat | |
2001-08-08 | move the com_raisedtr proto for timeout_set | Michael Shalayeff | |
2001-08-08 | vga_{isa,pci}.h -> vga.h since the former no longer exists. | Todd C. Miller | |
2001-08-08 | sync | Theo de Raadt | |
2001-08-08 | IPCOMP removal. deraadt@ ok. | Jean-Jacques Bernard-Gundol | |
2001-08-08 | remove IPCOMP. derradt@ ok. | Jean-Jacques Bernard-Gundol | |
2001-08-08 | new stuff | Theo de Raadt | |
2001-08-08 | initialize timeouts, since it's a copy of comattach; reported by Larry Moore ↵ | Michael Shalayeff | |
<lmoore@starwon.com.au> | |||
2001-08-08 | remove IPCOMP option. deraadt@ ok. | Jean-Jacques Bernard-Gundol | |
2001-08-08 | Remove IPCOMP option, it's now part of IPSEC option. You still need to | Jean-Jacques Bernard-Gundol | |
enable ipcomp via sysctl to use it. deraadt@ ok. | |||
2001-08-08 | __dead doesn't work on function pointers. | Artur Grabowski | |
2001-08-08 | leave the dma engines polling for a bit after the last descriptor has been | Jason Wright | |
passed through. After a few seconds (5 currently) of no activity, stop them completely. | |||
2001-08-08 | Initial support for RC4 operations (This probably won't work yet as | Jason Wright | |
the caller of *_process() doesn't seem to initialize crd_klen correctly; it has a zero value... still debugging...). | |||
2001-08-08 | __dead not __noreturn__ | Todd C. Miller | |
2001-08-08 | nuke __attribute__((__noreturn__)) when used in conjunction with __dead | Todd C. Miller | |
2001-08-08 | nuke __attribute__((__noreturn__)) when used in conjunction with __dead | Todd C. Miller | |
2001-08-08 | Fix broken logic in wait flags passed to extent_alloc. | Artur Grabowski | |
2001-08-07 | Not used. | Miod Vallat | |
2001-08-07 | One more typo. | Miod Vallat | |
There are probably lots of free commits left for spelling wizards out there. | |||
2001-08-07 | Change tsleep into ltsleep. | Artur Grabowski | |
ltsleep takes an additional argument - a simplelock and unlocks it when it's safe to do so. tsleep now becomes a wrapper around ltsleep. From NetBSD | |||
2001-08-07 | Sprinkle a few Holy Volatiles (tm). | Miod Vallat | |
2001-08-07 | Make config(8) choose which source files to exclude, from the kernel | Miod Vallat | |
configuration file options, rather than putting ugly preprocessor statements and compile empty files. | |||
2001-08-07 | For gcc >= 2.5 #define __dead and __pure using the __noreturn__ | Todd C. Miller | |
and __const__ attributes. | |||
2001-08-07 | We now have predict_{true,false} | Artur Grabowski | |
2001-08-07 | tag fixes; Denis Afonin <dfa@solo.ee> | Jason Wright | |
2001-08-07 | Add a bunch of macros from NetBSD. | Artur Grabowski | |
__GNUC_PREREQ__(minor,major) evaluates to true if use gcc that has the version major.minor or newer. __predict_{true,false} are there to make use of the new branch prediction hint mechanisms in gcc 3.0. | |||
2001-08-07 | unused, bye bye. | Brad Smith | |
2001-08-07 | enable ah & esp by default, now that we trust the code more | Theo de Raadt | |
2001-08-07 | remove this header which has been unused for over 3 yrs now. | Brad Smith | |
-- Ok'd by: jj@ | |||
2001-08-07 | sync | Theo de Raadt | |
2001-08-07 | another ESS; hideishi@magisystem.net | Theo de Raadt | |
2001-08-06 | remove vm_conf.h; art@ ok | Michael Shalayeff | |
2001-08-06 | Bring latest powerpc pmap.c fix here too. | Miod Vallat | |
2001-08-06 | Remove legacy __BDEVSW_DUMP_OLD_TYPE code. | Miod Vallat | |
2001-08-06 | __BDEVSW_DUMP_OLD_TYPE no more. | Miod Vallat | |
2001-08-06 | Working kernel crash dumps. | Miod Vallat | |
2001-08-06 | __BDEVSW_DUMP_OLD_TYPE no more. | Miod Vallat | |
2001-08-06 | Working kernel crash dumps. | Miod Vallat | |