summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.38 | date: 1999/02/25 11:21:54; author: niklas; state: Exp; lines: +3 -2 | sysdep-os.h addition | ----------------------------
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.23 | date: 1999/02/24 15:48:05; author: niklas; state: Exp; lines: +17 -2 | update | ----------------------------
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.7 | date: 1998/08/11 20:32:01; author: provos; state: Exp; lines: +2 -2 | add rsakeygen x509 | ---------------------------- | revision 1.6 | date: 1998/08/08 23:18:07; author: provos; state: Exp; lines: +2 -2 | regress for ASN.1 decoding, basically only parses the SSH certificate | down until reaching the public key. | ---------------------------- | revision 1.5 | date: 1998/08/03 19:42:35; author: provos; state: Exp; lines: +2 -2 | add pkcs | ----------------------------
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.3 | date: 1999/02/25 15:14:25; author: niklas; state: Exp; lines: +6 -3 | Yet more messing with the new sysdep paths | ----------------------------
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.3 | date: 1999/02/25 15:14:24; author: niklas; state: Exp; lines: +6 -3 | Yet more messing with the new sysdep paths | ----------------------------
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.8 | date: 1999/02/25 15:10:10; author: niklas; state: Exp; lines: +2 -2 | Whoops | ---------------------------- | revision 1.7 | date: 1999/02/25 15:07:35; author: niklas; state: Exp; lines: +6 -4 | Mesing with the new sysdep paths | ----------------------------
1999-02-26compat with uvm vnode pagerArtur Grabowski
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.4 | date: 1999/01/31 01:26:55; author: niklas; state: Exp; lines: +2 -2 | ERA payed | ----------------------------
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.5 | date: 1999/02/25 15:10:09; author: niklas; state: Exp; lines: +2 -2 | Whoops | ---------------------------- | revision 1.4 | date: 1999/02/25 15:07:34; author: niklas; state: Exp; lines: +6 -2 | Mesing with the new sysdep paths | ----------------------------
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.6 | date: 1999/02/25 15:10:08; author: niklas; state: Exp; lines: +2 -2 | Whoops | ---------------------------- | revision 1.5 | date: 1999/02/25 15:07:32; author: niklas; state: Exp; lines: +6 -4 | Mesing with the new sysdep paths | ----------------------------
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.6 | date: 1999/02/25 15:10:06; author: niklas; state: Exp; lines: +2 -2 | Whoops | ---------------------------- | revision 1.5 | date: 1999/02/25 15:07:31; author: niklas; state: Exp; lines: +6 -4 | Mesing with the new sysdep paths | ----------------------------
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.4 | date: 1999/02/25 15:14:23; author: niklas; state: Exp; lines: +6 -3 | Yet more messing with the new sysdep paths | ----------------------------
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.7 | date: 1999/02/25 15:10:05; author: niklas; state: Exp; lines: +2 -2 | Whoops | ---------------------------- | revision 1.6 | date: 1999/02/25 15:07:30; author: niklas; state: Exp; lines: +6 -4 | Mesing with the new sysdep paths | ----------------------------
1999-02-26add compatibility with uvm vnode pagersArtur Grabowski
1999-02-26uvm doesn't use nswdev or nswmap.Artur Grabowski
add prototype for kcopy (uvm)
1999-02-26Add newhashinit(), which is identical to hashinit() except it takes a flagsTodd C. Miller
arg for passing to malloc() (hashinit always uses M_WAITOK which is not always what you want). Everything that uses hashinit should really get converted to newhashinit and then newhashinit can be renamed.
1999-02-26compatibility with uvm vnode pagerArtur Grabowski
1999-02-26pool allocator from NetBSD (stays until uvm is ready)Artur Grabowski
1999-02-26add uvm specific parts to struct vnodeArtur Grabowski
1999-02-26uvm doesn't use struct vmmeterArtur Grabowski
1999-02-26Need /var/www/icons/small for 1.3.4 apacheBob Beck
1999-02-26uvm_swapinArtur Grabowski
1999-02-26some typedefs used by uvmArtur Grabowski
1999-02-26uvm doesn't need swbuf or bswlistArtur Grabowski
1999-02-26Pretty usage message.Angelos D. Keromytis
1999-02-26forgot to regen after socklen_t changesTodd C. Miller
1999-02-26malloc types for uvm and poolArtur Grabowski
1999-02-26add some struct members that uvm usesArtur Grabowski
1999-02-26compatibility with uvm kmem allocatorsArtur Grabowski
1999-02-26uvm compatArtur Grabowski
1999-02-26config changes for uvmArtur Grabowski
1999-02-26Import of uvm from NetBSD. Some local changes, some code disabledArtur Grabowski
1999-02-26convert to mdoc, document changes from db 1.8.6Todd C. Miller
1999-02-26skipjack in libc; isakmpd and such will want itTheo de Raadt
1999-02-26implement internal lsArtur Grabowski
1999-02-25try to avoid using bus_* stuff for MD code, handle interrupts, gscbus changesMichael Shalayeff
1999-02-25Prettier reporting, report number of flows in use per SA.Angelos D. Keromytis
1999-02-25Listen to kernel replies and report errors (much room for improvementAngelos D. Keromytis
there), fix a typo in a warning message, prettier error messages.
1999-02-25Allow PF_KEY kernel message replies for X_ADDFLOW, X_DELFLOW, and X_GRPSPISAngelos D. Keromytis
1999-02-25Don't segfault when sysctl failsArtur Grabowski
1999-02-25mib for pf_key is PF_KEY not PF_KEY_V2Theo de Raadt
1999-02-25constify getcap(3). This fixes a warning in libcurses and doesn'tTodd C. Miller
really change the API since those parameters that was been constified really are not modified by getcap(3) routines.
1999-02-25fix /boot arguments mapping.Michael Shalayeff
now fully trust bootargv value passed from the /boot towards where in the physical memory they are located. adjust available memory accordingly. there is a mail coming into misc@ about this patch.
1999-02-25chipset-independant irq establishing/handling code; dummy dma stuffMichael Shalayeff
1999-02-25Skipjack key bzero'ing case.Angelos D. Keromytis
1999-02-25Print more information in /kern/ipsecAngelos D. Keromytis
1999-02-25Bzero key information before free'ing it, just for paranoia's sake.Angelos D. Keromytis
1999-02-25Use M_XDATA for the key schedule, instead of M_TEMP.Angelos D. Keromytis
1999-02-25Parse IP addresses more securely - specifically, don't allowbrian
a bum name to return as 0.0.0.0... we don't want ``delete xxx'' to delete the default route when xxx doesn't resolve. Support IP number specifications as the host when specifying a tcp-style device (rather than *just* hostnames).