summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Sync type of linkspeed with firewire.c.simokawa2004-01-111-1/+1
* Stay in sync with src/COPYRIGHT and src/sys/sys/copyright.h,ru2004-01-111-2/+2
* Add Audigy support.obrien2004-01-112-95/+532
* Print the correct pointer in a KASSERT.phk2004-01-111-1/+1
* MFi386: revision 1.583.nyan2004-01-112-0/+6
* The ida module is not needed for pc98.nyan2004-01-111-1/+1
* ida(4) module. PCI only for now.mdodd2004-01-112-0/+10
* Remove long dead code, specifically, code related to munmapfd().alc2004-01-113-28/+0
* Add support for subtractive decoding bridges. These bridges pass allimp2004-01-112-159/+128
* Release audit device major number reservation. The new auditrwatson2004-01-111-1/+0
* This commit was generated by cvs2svn to compensate for changes in r124361,obrien2004-01-111-10/+19
|\
| * Vendor import emu10k1.h from version 1.0.1 of the ALSA driver.obrien2004-01-111-10/+19
* | Include "opt_cpu.h" and related #ifdef's for SSE so that pagezero()alc2004-01-111-0/+8
* | When not creating a core dump due to resource limits specifyingrwatson2004-01-111-1/+1
* | Remove EMUDEBUG [un]def. This should be done in the Makefile.obrien2004-01-111-1/+0
* | MF-p4/diff reduction:imp2004-01-111-1/+0
* | - Unmanage pages allocated by contigmalloc1(). (There is no point inalc2004-01-101-6/+2
* | s/Muliple/Multipleschweikh2004-01-102-96/+92
* | More unparenthesized return values.des2004-01-101-1/+1
* | Properly fix the FreeBSD copyright.ru2004-01-101-3/+3
* | s/FreeBSD Inc./The FreeBSD Foundation/gru2004-01-101-4/+4
* | Style: parenthesize return values.des2004-01-101-3/+3
* | try rtinit() only when the route is not installed.ume2004-01-101-2/+5
* | Check that sa_len is the appropriate value in tcp_usr_bind(),truckman2004-01-101-0/+8
* | Add a somewhat redundant check on the len arguement to getsockaddr() totruckman2004-01-101-0/+2
* | Don't execute the code in in6_ifdetach() that removes the link-localtruckman2004-01-101-7/+9
* | in set{peer, sock}addr, do not convert the unspecifiedume2004-01-101-2/+2
* | Restore closing of SMB find handle in smbfs_close().tjr2004-01-101-1/+8
* | Remove the HACK section it breaks the older firmware and doesn't totallyambrisko2004-01-101-21/+0
* | Fix a panic when attempting a v4 op against a v3/v2-only server.alfred2004-01-101-10/+12
* | Unmanage pages allocated by kmem_alloc(). (There is no point in having PValc2004-01-101-0/+1
* | Prevent a race condition between fork1() and whatever changes the pgrp bycognet2004-01-091-0/+1
* | Remove duplicate __FBSDID().cognet2004-01-091-3/+1
* | Clean up the acpi announce message of trailing spaces.njl2004-01-091-3/+11
* | Expand the check for overriding the OS name to override _OS* (includingnjl2004-01-091-7/+9
* | Disable the APIC when selecting the 'Safe Mode' option of the loader. Thisscottl2004-01-091-0/+1
* | Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-095-1/+6
* | KASSERT against no-op access requests.phk2004-01-091-0/+1
* | Reduce TCP_MINMSS default to 216. The AX.25 protocol (packet radio)andre2004-01-091-4/+3
* | Fix a warning when NATM is not defined. In this case s is not used.harti2004-01-091-0/+2
* | The private data section of ndis_packets has a 'packet flags' bytewpaul2004-01-094-4/+14
* | Sync with Creative's 8010.h rev 1.51.obrien2004-01-092-74/+147
* | Dike out some very Linux-specific parts that we can't compile with.obrien2004-01-091-0/+8
* | This commit was generated by cvs2svn to compensate for changes in r124273,obrien2004-01-091-2/+42
|\ \ | |/
| * Vendor import revision 1.9 of ac97_codec.h (we renamed the file) fromobrien2004-01-091-2/+42
* | Implement NdisOpenFile()/NdisCloseFile()/NdisMapFile()/NdisUnmapFile().wpaul2004-01-093-10/+125
* | Also, don't crash in the netgraph disconnect node if the interface isgreen2004-01-091-1/+2
* | Don't try to ifpromisc() on an interface that's deleted already.green2004-01-091-4/+4
* | Improve the expressiveness of ttyinfo (^T) when dealing with threadsrwatson2004-01-081-7/+16
* | Drop the sigacts mutex around calls to stopevent() to avoid sleepingrwatson2004-01-081-2/+10
OpenPOWER on IntegriCloud