summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The getpages VOP was a good stab at getting scatter/gather I/O withoutphk2004-09-192-293/+5
* MFamd64/i386alc2004-09-191-1/+2
* MFp4:marcel2004-09-198-199/+353
* Remove an outdated assertion from _pmap_allocpte(). (When vm_page_alloc()alc2004-09-193-9/+0
* Put in a commented out ispfw device under isp and note that this is usuallymjacob2004-09-191-0/+1
* Release the page queues lock earlier in pmap_protect() and pmap_remove() inalc2004-09-183-16/+13
* Remove useless include of <machine/fpu.h>.marcel2004-09-182-4/+0
* Add Sitecom's LN-029 USB 2.0 Ethernet adapter.iedowse2004-09-182-0/+5
* Add support for the fxp(4) based card in ICH6 (i915) chipsets.mux2004-09-181-0/+1
* pass in pointer to m_head to re_encap because m_defrag could free thejmg2004-09-181-13/+13
* Single concat or striped plexes don't need no special initializationle2004-09-182-3/+21
* Initialize new ttys a bit more.phk2004-09-181-8/+22
* Use tty->t_sc to find out softc.phk2004-09-182-12/+11
* Re-vamp how I/O is handled in volumes and plexes.le2004-09-189-663/+772
* Actually this order (unlock, wakeup) in this case is race-safe and canpjd2004-09-181-1/+1
* Log the renaming of an interface. This should make it easier to followbrooks2004-09-181-0/+3
* A long, long time ago in a CVS branch far away (specifically, HEAD priorjhb2004-09-182-6/+6
* MFi386: revision 1.56 (Add -fno-unit-at-a-time to CFLAGS).nyan2004-09-181-0/+1
* Move makectx() after kdb_cpu_trap(), so the PCB will have possible MDmarcel2004-09-171-4/+4
* Fix an issue with ng_tty which (ab)used the tty->t_sc field which isphk2004-09-173-10/+13
* Provide our own FPSWA definitions, instead of depending on the Intelmarcel2004-09-174-50/+55
* Remove useless inclusion of <machine/fpu.h>marcel2004-09-171-1/+0
* - Remove advertising clause from copyright [1]glebius2004-09-174-32/+4
* Fix compiler warnings, when __stdcall is #defined, by adding explicit casts.bms2004-09-172-2/+2
* Fix compilation again.phk2004-09-171-3/+0
* The long dead hand of the past has pushed forward useless bits in thisimp2004-09-174-28/+4
* Overhaul ucom serial driver by using generic stuff instead of homerolledphk2004-09-175-440/+154
* Add ttyopen and ttyclose functions which will do the right stuff forphk2004-09-171-0/+97
* forward declare struct cdev, not cdevsw;phk2004-09-171-1/+1
* Allocate tty at attach time instead of open time.phk2004-09-171-9/+17
* Be slightly less bogus in struct tty allocation.phk2004-09-171-3/+2
* Use tty->t_sc, ttyalloc() and lock/init termios from struct tty.phk2004-09-172-142/+114
* Include <sys/malloc.h> to satisfy new isa_dma stuff.phk2004-09-172-0/+2
* Pass the idea of the make(1) binary to use down to newvers.sh.ru2004-09-172-2/+2
* Add various stuff to struct tty and surounding areas in preparationphk2004-09-172-0/+28
* Use ttyalloc() instead of ttymalloc(NULL)phk2004-09-177-7/+7
* Add ttyalloc() which in due time will be the successor to ttymalloc(),phk2004-09-172-0/+8
* Commit patch to supress spurious link change events. Apparently, withwpaul2004-09-171-2/+11
* Handle _FDE results of 5 bytes (vs. 5 uint32_t's). BIOS vendors find yetnjl2004-09-171-37/+54
* Destroy global tapmtx when the if_tap module is unloaded.rwatson2004-09-171-0/+2
* Break out altq_enable/disable from DIOC{START,STOP}ALTQ into sepratemlaier2004-09-171-41/+83
* - Make md(4) 64-bit clean.pjd2004-09-162-163/+91
* There is no need to keep 'npage' value inside our softc structure,pjd2004-09-161-8/+8
* Attach ng_netflow to kernel build.glebius2004-09-165-0/+16
* A netgraph node implementing Netflow version 5.glebius2004-09-164-0/+1670
* Allocate tty at attach time rather than open time.phk2004-09-161-49/+43
* - Do not use bio_pblkno as it is going away anyway.pjd2004-09-161-13/+14
* First wakeup, then unlock.pjd2004-09-161-2/+1
* Type 'int' is too small for 'i' and 'lastp' variables. Use proper type,pjd2004-09-161-2/+2
* Fix an out of bounds write during the initialization of the PF_INET protocolandre2004-09-161-4/+14
OpenPOWER on IntegriCloud