summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Removed unused includes. In particular, don't include <isa/isavar.h> sincebde2002-01-302-48/+4
* Regenerate _after_ the commit to syscalls.master.bde2002-01-305-6/+6
* Escape $FreeBSD$ in a different way to avoid using the bogus escapes \$bde2002-01-301-5/+5
* Attempt to fixup select(2) and poll(2), this should fix some races withalfred2002-01-293-125/+22
* Backout 1.120, EINVAL isn't a proper error return when the passed fd isalfred2002-01-291-1/+1
* Move cardaddr to memory structure.imp2002-01-291-1/+2
* Add EDIMAX ethernet card for NEWCARD from NetBSDimp2002-01-291-0/+2
* Module for exca. Eventually, this will be shared between pcic and pccbb.imp2002-01-291-0/+8
* pccbb needs exca now.imp2002-01-291-1/+2
* Migrate towards using the new exca module for 16bit stuff. This is aimp2002-01-292-566/+121
* First draft of common code between pccbb and pcic drivers for talkingimp2002-01-293-0/+1155
* Minor sorting ordersimp2002-01-291-2/+2
* Sync to 1.27 of pccarddevsimp2002-01-291-2/+14
* MFNetBSD:imp2002-01-291-1/+9
* Have SIOCGIFCONF return all (if any) AF_INET addresses for themarcel2002-01-291-4/+22
* Grr. The last commit contained update conflicts. It just goes togrog2002-01-291-5/+0
* Forced commit. The previous commit log was garbled and didn't evengrog2002-01-291-0/+5
* Bump __FreeBSD_version for sendfile fix to properly send 'nbytes' ofalfred2002-01-291-1/+1
* Simple fixes to get the powerpc kernel compiling again.gallatin2002-01-284-4/+4
* Add support for the Promise TX4.sos2002-01-282-68/+118
* Enable pccard support.sos2002-01-281-1/+1
* Add support for pccard.sos2002-01-281-3/+30
* Merge from NetBSD.joe2002-01-286-21/+55
* Recent changes to newpcm require that the CHANNEL_SETFORMAT op return 0scottl2002-01-272-3/+3
* Prevent the kernel from generating an unaligned sysctl data buffer ongallatin2002-01-271-0/+1
* Unbreak pcvt, it suffered from common variables. Whoever added thejoerg2002-01-271-8/+14
* vinumioctl: Fix a double fault caused by calling setjmp() without holding the...grog2002-01-272-3/+2
* Add support for the Netgear GA302T 10/100/1000 adapter. Given thatjdp2002-01-274-6/+14
* * improve error handlingcg2002-01-267-42/+93
* Rearrange the code in USB_DETACH, so that it's like NetBSD's. Nojoe2002-01-261-6/+6
* Back out the last commit. I committed the wrong file by accident.joe2002-01-261-39/+14
* Rearrange the code in USB_DETACH, so that it's like NetBSD's.joe2002-01-261-14/+39
* Update the $NetBSD$ ident.joe2002-01-261-1/+1
* Reduce the diffs between NetBSD and our version where appropriatejoe2002-01-261-5/+6
* Merge from NetBSD:joe2002-01-261-0/+6
* Merge from NetBSD:joe2002-01-261-1/+1
* Update the $NetBSD$ ident to show that some patches have been appliedjoe2002-01-262-2/+2
* Merge from NetBSD:joe2002-01-265-25/+78
* The ipfw(8) 'tee' action simply hasn't worked on incoming packets forcjc2002-01-261-0/+3
* Remove a parameter name from a prototype.dwmalone2002-01-251-1/+1
* Be more conservative about interrupt latency, it aint getting better it seems.phk2002-01-251-2/+2
* Make st_blksize default to PAGE_SIZE instead of zero.phk2002-01-251-2/+2
* Fix code that had rotted behind debugging macros.scottl2002-01-258-8/+10
* a buffer offset equal to the buffer size is illegal too, fix assertion incg2002-01-251-1/+1
* cosmetic change, free b instead of c->bufhard for consistency withincg2002-01-251-1/+1
* Make the 'maxusers 0' auto-sizing code slightly more conservative. Changedillon2002-01-251-3/+3
* Have sysctl() return the correct errno(2) as documented in thecjc2002-01-251-1/+1
* Yet a bug with extensible sbufs being marked as OVERFLOWED. This timephk2002-01-241-1/+1
* Merge from NetBSD:joe2002-01-242-5/+24
* Add entry for EVFILT_NETDEV, which was inadverdently omitted back in Sept.jlemon2002-01-241-0/+1
OpenPOWER on IntegriCloud