aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* One minor bugfix:Mike Smith2000-04-202-4/+19
* IO apics are not necessarily page aligned, they are only required to be alignedLuoqi Chen2000-04-202-6/+10
* o Preliminary support for mapping the CIS by the driver.Warner Losh2000-04-203-13/+83
* card_if.m used by oldcard now tooWarner Losh2000-04-201-0/+1
* Remove bogus commentWarner Losh2000-04-201-2/+0
* Remove the linprocfs bits from their old location, as they've moved now.Mike Smith2000-04-205-1862/+0
* Point to the new location of the sources under the i386 linux compatibilityMike Smith2000-04-201-1/+1
* Move the linprocfs bits under the rest of the i386 linux compatibilityMike Smith2000-04-2011-0/+3926
* Add TI-1211 chipset from datasheet infoWarner Losh2000-04-204-4/+14
* Add a cleanup function. This is needed for PXE where you shouldPaul Saab2000-04-203-7/+20
* o Introduce an extended attribute backing file header magic numberRobert Watson2000-04-192-3/+20
* vm_object_shadow: Remove an incorrect assertion. In obscure circumstancesAlan Cox2000-04-191-3/+0
* Let initialize th_sum before in6_cksum(), again.Yoshinobu Inoue2000-04-192-0/+2
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-19100-108/+0
* Use !PXE api over PXENV+ api.Paul Saab2000-04-193-18/+106
* OK. Next step: we read in CIS.Warner Losh2000-04-198-217/+34
* o Cause attribute data writes to use IO_SYNC since this improves theRobert Watson2000-04-192-1/+17
* Don't panic in M_PREPEND() if m_prepend() fails and frees the mbuf chain.Peter Wemm2000-04-191-1/+1
* try the fix from creative bugzilla for nmi problemCameron Grant2000-04-181-2/+2
* Add forward declaration of `struct timespec' to quiet compiler warnings.Jonathan Lemon2000-04-181-0/+1
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-1850-50/+0
* Don't include <sys/buf.h> twice.Poul-Henning Kamp2000-04-182-2/+0
* Retire bufqdisksort(), all drivers use bioqdisksort now.Poul-Henning Kamp2000-04-185-199/+0
* Convert three drivers not covered by any of our kernel configs.Poul-Henning Kamp2000-04-182-58/+58
* Don't declare common variables in include files:Poul-Henning Kamp2000-04-183-2/+3
* Add support for multiple PPTP sessions:Ruslan Ermilov2000-04-185-88/+265
* Bump to note the changes in the ELF binary header and our brandelf method.David E. O'Brien2000-04-181-1/+1
* Change our ELF binary branding to something more acceptable to the BinutilsDavid E. O'Brien2000-04-187-49/+64
* hm committed newbused vt driver this weekend, so it is no longer neededWarner Losh2000-04-172-10/+0
* Provide mem* for compat with NetBSD to fix LINTWarner Losh2000-04-172-3/+15
* ND6_HINT() should not be called unless the connection status isMunechika SUMIKAWA2000-04-172-2/+0
* even if nd6_nud_hint is called, do not change a neighbor's statusMunechika SUMIKAWA2000-04-171-1/+1
* When in infrastructure mode, use address 3 from the 802.11 header as theBill Paul2000-04-172-4/+14
* more mmap fixesCameron Grant2000-04-173-35/+30
* make drivers start at beginning of buffer when triggered - improves mmap.Cameron Grant2000-04-174-14/+32
* Add user prototypes for kevent() and kqueue().Jonathan Lemon2000-04-171-0/+11
* Fix LINT.Doug Rabson2000-04-171-18/+1
* Remove unloaded printf. We do this now in the newbus layer.Warner Losh2000-04-173-3/+0
* Issue a detached message after detaching the device.Warner Losh2000-04-171-0/+1
* Remove RF_PCCARD_ATTR. I should have done this before 4.0. It isn't partWarner Losh2000-04-171-2/+0
* change {u}long -> {u}intptr_t to make it clear that these fieldsJonathan Lemon2000-04-171-2/+2
* Remove unneeded cast.Jonathan Lemon2000-04-171-1/+1
* Add kern_event.cWarner Losh2000-04-171-0/+1
* Forgot to commit this to add card_if.m.Warner Losh2000-04-171-0/+1
* Some more i386-only BIOS-friendliness:Mike Smith2000-04-1615-89/+736
* Second patch that prepares for the addition of theGerard Roudier2000-04-161-300/+302
* Add files that I forgot to `cvs add' on last commit.Jonathan Lemon2000-04-163-0/+1111
* Replace the POLLEXTEND extensions with the kqueue() mechanism.Jonathan Lemon2000-04-162-25/+29
* Introduce kqueue() and kevent(), a kernel event notification facility.Jonathan Lemon2000-04-1629-18/+682
* Convert pcvt to use the newbus driver framework, options COMPAT_OLDISAHellmuth Michaelis2000-04-165-187/+157