summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove unused PCI includes.msmith2000-11-061-3/+0
* add AFMT_8BIT for easier determination of formatscg2000-11-061-0/+1
* Quieten some warnings about correct usage of assignments as truth values.msmith2000-11-061-3/+3
* Fix async notifications for listners registered to wildcard nodes. Forgibbs2000-11-061-55/+77
* aic7xxx.c:gibbs2000-11-066-89/+98
* Check that p->p_pptr is not NULL - kernel processes have no parents!des2000-11-063-6/+6
* fix paste-o in mixer code - actually set right channel volume instead ofcg2000-11-061-1/+2
* fix es1370 mixer by adding reinit function to it's mixer function list.cg2000-11-061-0/+1
* ELF kernels should use an ELF sysvec. This allows us to move a.outobrien2000-11-051-0/+3
* Honor the ip address given in the root-path dhcp option.ps2000-11-051-4/+6
* Switched from i386/isa/scsi_dvcfg.h to cam/scsi/scsi_dvcfg.hnyan2000-11-052-56/+1
* Merged from the following changes.nyan2000-11-0510-55/+191
* Merged from the following changes.nyan2000-11-0511-125/+179
* ELF kernels should use an ELF sysvec. This allows us to move a.outobrien2000-11-055-4/+9
* Fix getdents syscall.marcel2000-11-051-1/+4
* Fix breakage for parallel builds.marcel2000-11-051-0/+1
* Always emply the NCO to attenuate jitter. The Receive clock recoveryphk2000-11-041-13/+12
* Change the sf_bufs wakeups to be wakeup_one(), because we don't want tobmilekic2000-11-041-4/+5
* Our SHRT_MIN definition was actually 4 bits too big.obrien2000-11-044-4/+4
* tp->snd_recover is part of the New Reno recovery algorithm, and shouldjlemon2000-11-042-2/+12
* Added used include of <machine/bus.h> -- don't depend on evil namespacebde2000-11-042-2/+4
* Enabled the used include of <machine/bus.h> -- don't depend on evilbde2000-11-041-1/+1
* Make compilable. if_fddisubr.c depended on sys/malloc.h by myume2000-11-041-0/+1
* Support a.out: avoid (%dx) in in/out instructions, and use an m4rnordier2000-11-045-11/+34
* MF4: Add LOADER_TFTP_SUPPORT make.conf flag.ps2000-11-041-1/+4
* Fixed breakage of mknod() in rev.1.48 of ext2_vnops.c and rev.1.126 ofbde2000-11-043-3/+9
* Now have the `linux' module on the Alpha too.obrien2000-11-041-2/+2
* Fix generated include path.obrien2000-11-041-1/+1
* Setup and put to use the mutex lock for sf_freelist, the sendfile(2) bufsbmilekic2000-11-041-9/+18
* Fix the Elf64 branding initialization.obrien2000-11-041-0/+2
* v_interlock is a mutex now, not simple lock.bp2000-11-042-2/+2
* Fix a problem with the previous revision (1.42) that showed up with audioken2000-11-041-0/+93
* Fix breakage on some ATA chips that dont have busmastering set.sos2000-11-031-45/+30
* Support filesystems with the not-so-new "sparse_superblocks" feature.bde2000-11-038-30/+90
* If we can't get a command to back the bio we just took off the queue,msmith2000-11-031-1/+3
* Regen.n_hibma2000-11-032-4/+4
* Sone -> Sonyn_hibma2000-11-031-1/+1
* check whether the packet is tunnel mode. reported from <larse@ISI.EDU>ume2000-11-031-0/+4
* Fix an order of operations buglet. ! has higher precedence than &. Thisjhb2000-11-031-1/+1
* Create a pcn_setfilt() routine that twiddles the promiscuous modewpaul2000-11-031-17/+29
* Grrrr. Remember to bzero() the mediainfo structures after we allocatewpaul2000-11-032-0/+6
* The Number of Fixed Disks at memory location 0x475 is only 1 byte, not ajhb2000-11-021-1/+1
* Clear the VFREE flag when the vnode is removed from the free list integge2000-11-022-0/+2
* Clear the MAP_ENTRY_USER_WIRED flag from cloned vm_map entries.tegge2000-11-021-0/+2
* Take VBLK devices further out of their missery.phk2000-11-028-47/+31
* AcerScan 320U's are braindead. Sometimes they do not return stringsn_hibma2000-11-021-0/+2
* zap a stray include that snuck in with rev 1.56gallatin2000-11-021-1/+0
* Have tuninit() return an error if an interface address is NULL.jlemon2000-11-021-19/+23
* fix a comment that was inadvertantly changed by a cvs mergegallatin2000-11-021-1/+1
* Retire the joy(8) script. Using shell scripts to load kernel loadablesheldonh2000-11-023-56/+0
OpenPOWER on IntegriCloud