Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-12 | sync | Theo de Raadt | |
2002-06-12 | oops. forgot to add lock to Makefile | Niels Provos | |
2002-06-12 | lock man page from NetBSD | Niels Provos | |
2002-06-12 | err(3) newline cleanup, krb pieces; ok hin@ | Jason Peel | |
2002-06-12 | err(3) newline cleanup in AFS parts; ok hin@ | Jason Peel | |
2002-06-12 | Linksys Instant Wireless WPC11 3.0 works | Todd C. Miller | |
2002-06-12 | Remove some #if 0 cruft. | Artur Grabowski | |
2002-06-12 | import of netbsd's vlan multicast code | Chris Cappuccio | |
this works better than what we have now, although i have not been able to extensively test it. several folks thought it should be added | |||
2002-06-12 | add mmap implementation and skeleton interrupt mapping | Jason Wright | |
2002-06-12 | ssh_connect returns 0 on success | Markus Friedl | |
2002-06-12 | correct prototypes | Niels Provos | |
2002-06-11 | remove unused cruft. | Markus Friedl | |
2002-06-11 | Fix, s/pci_sel/pcisel | Jason Wright | |
2002-06-11 | Fix (include sys/pciio.h) | Jason Wright | |
2002-06-11 | s/pcitag/sc_pcitag so it compiles (sorry matthieu) | Jason Wright | |
2002-06-11 | lprm needs to be setuid daemon after all | Todd C. Miller | |
2002-06-11 | Zap CLEANFILES. Those files are no longer generated. | Artur Grabowski | |
From fransoa holop with modifcations. | |||
2002-06-11 | hash functions for use in the kernel | Eric Jackson | |
from weingart@ ok weingart@, art@, espie@, millert@ | |||
2002-06-11 | use a correct test, ok art@ | Peter Stromberg | |
2002-06-11 | bsd makefiles are too stupid to deal with more than one program per | Niels Provos | |
makefile. move into subdirs. | |||
2002-06-11 | have rb_remove return the right value, too. | Niels Provos | |
2002-06-11 | splay regression test | Niels Provos | |
2002-06-11 | This is the first step in sanitizing the conditional parser. | Marc Espie | |
Change the conditional recognition algorithm: scan for a sequence of alphabetic characters, hash it, and compare it against a small table (using ohash functions). This makes Cond_Eval entry more logical, and allows for some shortcuts in recognizing .include, .for, .undef. This also means that conditionals must have an intervening blank between the keyword and the actual test, e.g., .ifA will no longer work. (but no-one actually uses this, and it's highly obfuscated) Okay miod@. | |||
2002-06-11 | document return values | Niels Provos | |
2002-06-11 | SPLAY_{INSERT,REMOVE} have return values now that can be used for error | Niels Provos | |
checking | |||
2002-06-11 | Update man page to reality, grammar, and style fixes. from ckuethe@ualberta.ca | Kjell Wooding | |
ok beck@ | |||
2002-06-11 | Various IPComp-related mods | Hakan Olsson | |
2002-06-11 | set_spi: CPIs are 16 bit. | Hakan Olsson | |
flow: accept IPComp flows. | |||
2002-06-11 | -Wall cleanup | Hans Insulander | |
ok millert@, miod@ | |||
2002-06-11 | Fix tab. | Aaron Campbell | |
2002-06-11 | Don't send KEY extensions for IPCOMP. | Hakan Olsson | |
2002-06-11 | For IPCOMP print CPI instead of SPI. Style. | Hakan Olsson | |
2002-06-11 | Don't assume 32bit SPI/CPI numbers. | Hakan Olsson | |
2002-06-11 | turn on pf21 | Mike Frantzen | |
2002-06-11 | test scrub fragment {reassemble|crop|drop-ovl} modifiers | Mike Frantzen | |
2002-06-11 | sync w/ default implicit "fragment reassemble" scrub modifier | Mike Frantzen | |
2002-06-11 | Stupid 16-bit CPI numbers. | Hakan Olsson | |
2002-06-11 | split the grammar of scrub(fragcache) into scrub ... 'fragment reassemble', | Mike Frantzen | |
'fragment crop' or a new 'fragment drop-ovl' which will drop overlapping fragments and all corresponding ones ok kjell@ with feedback from kjell@ and deraadt@. the rest are slacking | |||
2002-06-11 | Typo in err() | Kjell Wooding | |
2002-06-11 | Actually, i think we should define these paths, but point them to the right | Hans Insulander | |
place. Other packages may depend on these paths being defined. | |||
2002-06-11 | Update my hin-is-lazy target for the moved libkafs. | Hans Insulander | |
2002-06-11 | Oops, forgot to commit this... | Hans Insulander | |
Look at the right path for CellServDB file. | |||
2002-06-11 | another bit that got missed | Bob Beck | |
2002-06-11 | fix breakage from the stupid way theo and I commited that last big pile of | Bob Beck | |
changes. | |||
2002-06-11 | Decode IPCOMP transform IDs. | Hakan Olsson | |
2002-06-11 | KNF | Theo de Raadt | |
2002-06-11 | add "dsa_dsa_mod_exp" - This mimics the software dsa_mod_exp funtion | Bob Beck | |
using two mod_exp operations - otherwise we use BN_mod_exp2 entirely in software, which makes dsa verifications glacially slow while signatures, (which use mod_exp) are fast. This lets cards that can only do bn_mod_exp decently offload most of dsa. | |||
2002-06-11 | Remove some unused code for dealing with nfs over kerberos. No actual change, | Hans Insulander | |
just some #ifdef'ed out code removed. ok deraadt@, art@ and csapuntz@ | |||
2002-06-11 | add a new ioctl to wscons (currently implemented only on sparc64) | Matthieu Herrb | |
`that returns the bus:dev:func PCI id of the device. ok jason@. | |||
2002-06-11 | Heimdal lacks a manpage for pagsh, so i stole the one from krb4. | Hans Insulander | |