summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not traverse list of snapshots if there isn't one.phk2004-09-161-0/+4
* Don't print a warning message if the _CRS value is empty. This is alreadynjl2004-09-161-7/+5
* Missed a place where snapshots were allocated in my last commit tophk2004-09-161-11/+8
* g_nop_create: destroy newly created provider in case of errors.fjoe2004-09-161-1/+1
* Use the tty->t_sc field to find our softc.phk2004-09-161-3/+4
* Add fields to struct tty for the initial/lock * tty/cua states.phk2004-09-161-0/+4
* Ignore leading '_' in model name returned by devices.sos2004-09-161-1/+1
* clean up thread runq accounting a bit.julian2004-09-164-22/+36
* default: case shouldn't set an error yet either.imp2004-09-161-1/+0
* Reserve the DMA memory at attach time, rather than at use. Whileimp2004-09-161-15/+12
* whitespace changephk2004-09-161-5/+5
* e specific code to revert a partial add ot teh run queue, notjulian2004-09-161-1/+9
* If the timeout handler runs and notices that commands are timed out, checkscottl2004-09-162-0/+11
* For the moment, treat failures to attach floppy drives as non-fatalimp2004-09-161-2/+0
* Backout the code which tries to use undocumented way to determine ifsobomax2004-09-151-43/+5
* Fix breakpoint handling for i386.julian2004-09-152-3/+25
* Remove unused B_WRITEINPROG flagphk2004-09-158-29/+9
* Simplify initialization of va_null a little bit.phk2004-09-151-13/+13
* undent some functions a bit.phk2004-09-151-159/+161
* stylistic polishing.phk2004-09-151-37/+57
* Clarify some comments for the M_FASTFWD_OURS case in ip_input().andre2004-09-151-4/+4
* Remove the last two global variables that are used to store packet state whileandre2004-09-155-39/+49
* Try harder to get back to being a non threaded process.julian2004-09-151-1/+11
* Flush the queue of minor fixes to pst.sos2004-09-153-5/+3
* Add new a function isa_dma_init() which returns an errno when it failsphk2004-09-158-75/+70
* Remove now unused #include files.phk2004-09-152-104/+0
* #include <isa/isavar.h> instead of <i386/isa/isa_dma.h>phk2004-09-152-2/+2
* Fix a LOR where copyout was called while holding a lock.brooks2004-09-151-10/+27
* Oops accidentally removed #ifdef SCHED_4BSDjulian2004-09-151-0/+2
* Fix a typo that affects !i386.alc2004-09-152-2/+2
OpenPOWER on IntegriCloud