summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-02-24Update copyright; remove a few annoying debugging printfs.Angelos D. Keromytis
Btw, OpenBSD hit 25000 commits a couple commits ago.
1999-02-24add skipjack support backTheo de Raadt
1999-02-24Use net/, not netsec/ for pfkey files.Angelos D. Keromytis
1999-02-24Don't include skipjack twice.Angelos D. Keromytis
1999-02-24Add option KEY in GENERIC, and update files.Angelos D. Keromytis
1999-02-24Not used anymore.Angelos D. Keromytis
1999-02-24PF_KEY_V2, with local extensions for SPD management.Angelos D. Keromytis
1999-02-24Work with pfkey instead of pfencapAngelos D. Keromytis
1999-02-24Remove encap.h include; saner debugging printfs; fix buglets; work withAngelos D. Keromytis
pfkeyv2.
1999-02-24Changes to socket.h to include union sockaddr_union, temporarily add osdep.h,Angelos D. Keromytis
until pfkey files are cleaned up.
1999-02-24Disable encap domain.Angelos D. Keromytis
1999-02-24pIII handling; testing by jdb@layer8.netTheo de Raadt
1999-02-24more stuff, also irq attribute for mainbusMichael Shalayeff
1999-02-24Zip250 doesn't do modesense, either.Jason Downs
1999-02-24better promisc & allmulti handlingJason Wright
1999-02-24handle scatter-gather, seperate src/dst mbuf, etcTheo de Raadt
1999-02-24add release kernels and friendsJason Wright
1999-02-24Added support files needed by the NRL code.cmetz
1999-02-24Added extra filescmetz
1999-02-24Added in.h definitions required by IPv6 Basic API and Advanced API specs, andcmetz
a few extras that are just plain useful. Note that I used u_intxx_t instead of the POSIX p1003.1g uintxx_t that those specs mandate, so as to not increase the number of outside symbol definitions that in.h depends on.
1999-02-24Synchronized changes needed to integrate into OpenBSD with the NRL sourcecmetz
tree so we can have a unified netinet6 directory.
1999-02-24why do new manufacturers make identical products, but change the vendor field?Theo de Raadt
1999-02-23Better register definitions and attach printing knitJason Wright
1999-02-23better promisc and allmulti handlingJason Wright
1999-02-23syncTheo de Raadt
1999-02-234 more rhineII and 8139 clonesTheo de Raadt
1999-02-23self prototype is needed to compileMichael Shalayeff
1999-02-23Make ampwarn access conditional upon NAPM so kernels that doMarco S Hyman
not define the apm device build again (sorry)
1999-02-23Do a better job of reinitializing it the xl is found in powered down state.Jason Wright
1999-02-23update the comment about number of allowed processesArtur Grabowski
1999-02-23Allow up to 5 (was 1) root processes when the process limit is reached.Artur Grabowski
This gives root a bigger chance to fix any problem that caused the limit to be reached.
1999-02-23Ooops! Move the allocation of the U area to after the limits checks.Artur Grabowski
That was a memory leak.
1999-02-23Forgot this.Angelos D. Keromytis
1999-02-23This one seems to work, at least in the direction Sparc->i386.Angelos D. Keromytis
Btw, for all the curious souls, I am in Canada at the moment (land of free commits).
1999-02-23Turns out the patch didn't fix the problem. Reverting to old code.Angelos D. Keromytis
1999-02-23apm battery status messages now suppressed until battery lifeMarco S Hyman
falls below 'machdep.apmwarn' percent. This defaults to 10 percent
1999-02-23Fix an endianness problem (not an issue in libc).Angelos D. Keromytis
1999-02-22We don't need a second prototype for shmexitArtur Grabowski
1999-02-21split ipintr() to create new ipv4_input() for tunnels; NRLTheo de Raadt
1999-02-21use src/dst descriptor chaining out of an mbufTheo de Raadt
1999-02-20make _BSD_TIME_T_ int like everyone else...Todd C. Miller
1999-02-20first approximation for the GENERICMichael Shalayeff
1999-02-20syncTheo de Raadt
1999-02-20a isapnp pcicTheo de Raadt
1999-02-20fleshTheo de Raadt
1999-02-19fix definition of plen for ICMP (ping -s73 problem)Kjell Wooding
1999-02-19ipq lockingTheo de Raadt
1999-02-19Allocate the u-area early in fork1 instead of in vm_fork.Artur Grabowski
Now we can return ENOMEM instead of doing a panic when we run out of memory.
1999-02-19use vfs_register instead of the ugly hack to build vfsconfArtur Grabowski
1999-02-19This should be NISADMA, not NISA.Artur Grabowski