summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1999-02-25add both audio device typesMichael Shalayeff
1999-02-25rearrange devices, fix irqs, more commentsMichael Shalayeff
1999-02-25Add missing check for i_ffs_nlink > LINK_MAX; marcs@znep.comTodd C. Miller
1999-02-25Possible cause of responses not going back to userland.Angelos D. Keromytis
1999-02-25rename sysctl namesTheo de Raadt
1999-02-25Removed osdep.h dependencies.Angelos D. Keromytis
1999-02-25Remove osdep.h dependencies.Angelos D. Keromytis
1999-02-25Move union sockaddr_union to ip_ipsp.hAngelos D. Keromytis
1999-02-25sockaddr_union cannot be declared here, obviously, or in any other file that ...Theo de Raadt
1999-02-24Update copyright; remove a few annoying debugging printfs.Angelos D. Keromytis
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
1999-02-24Changes to socket.h to include union sockaddr_union, temporarily add osdep.h,Angelos D. Keromytis
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
1999-02-24Synchronized changes needed to integrate into OpenBSD with the NRL sourcecmetz
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
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
1999-02-23Ooops! Move the allocation of the U area to after the limits checks.Artur Grabowski
1999-02-23Forgot this.Angelos D. Keromytis
1999-02-23This one seems to work, at least in the direction Sparc->i386.Angelos D. Keromytis
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
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