summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Rename from apm_bioscall.s to apm_bioscall.S for removing a special rulenyan2005-04-203-7/+2
* Remove extra ifnet pointer from private data. It can be accessed via arpcom.glebius2005-04-201-6/+5
* Add macro NG_COPYMESSAGE(), which allocates memory and creates aglebius2005-04-201-1/+22
* - Call if_link_state_change() for each vlan, when link changesglebius2005-04-201-7/+4
* Remove anti-LOR bandaid, it is not needed now.glebius2005-04-201-21/+0
* Do not call all link state callbacks directly, but scheduleglebius2005-04-202-3/+24
* Only compile for the hwpmc module for supported architectures.jkoshy2005-04-201-1/+3
* Remove dead variable.jkoshy2005-04-202-6/+4
* Check sopt_level in uipc_ctloutput() and return early if it is non-zero.mdodd2005-04-201-0/+3
* Get order right when initializing task file bus resources. ATA drives aregrehan2005-04-202-4/+4
* Small cleanup of the WPA code additions. The SIOCG80211 and SIOCS80211wpaul2005-04-201-4/+5
* Move this to the specific architectures that are supported. #ifdef fooimp2005-04-194-13/+39
* The size of a filesystem may be less than the size of the provider itwollman2005-04-191-2/+2
* Remove the hack which allowed to use gmirror for root file system,pjd2005-04-192-49/+8
* Call g_waitidle() before every check the list of holds is empty.pjd2005-04-191-7/+11
* Remove unused variable that was horking up the LINT buildimp2005-04-192-10/+4
* Need more files for i386, need all the files for pc98.imp2005-04-192-0/+8
* Minimal changes to get this to compile with -DDEBUG defined as wellimp2005-04-192-2/+6
* There's no need to include all the detauls of struct bus_space_{tag,handle}imp2005-04-192-83/+84
* Since pmc is a CPU feature, grab the mdep file from the i386 directory.imp2005-04-191-0/+6
* I accidently committed two 'cleandepend' when I was deciding whichobrien2005-04-191-1/+1
* Hook smist up to the kernel build.njl2005-04-191-0/+1
* Add a driver for SMI-based SpeedStep. The hardware supports two frequencynjl2005-04-192-0/+464
* Add preliminary support for WPA-PSK using wpa_supplicant and thewpaul2005-04-191-2/+319
* Further narrow down critical region of FSBASE code.davidxu2005-04-191-1/+1
* Use critical section functions rather than scheduler lock to protectdavidxu2005-04-191-4/+4
* CFA (Compact Flash) devices has a special config ID that fails thesos2005-04-192-1/+3
* Clear P_STATCHILD earlier to avoid unnecessary retrying.davidxu2005-04-191-0/+5
* Make DUMMYNET compile without INET6phk2005-04-191-0/+8
* typophk2005-04-191-1/+1
* Make IPFIREWALL compile without INET6phk2005-04-191-3/+18
* Oops, forgot to update this file.davidxu2005-04-191-17/+9
* Fix a race condition between kern_wait() and thread_stopped().davidxu2005-04-192-1/+6
* Call g_waitidle() instead of GEOM using the root_mount_hold() KPI.phk2005-04-192-6/+3
* Provide a way to soft reset a proxy controller such as an MSA20 orps2005-04-193-0/+58
* Fix indentation problem in the last commitsos2005-04-191-16/+18
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...jkoshy2005-04-1931-4/+16147
* Unbreak the pc98 build by including enough information in the _bus.himp2005-04-192-51/+51
* Break out the definition of bus_space_{tag,handle}_t and a few other typesimp2005-04-1816-113/+400
* Add a named reference-count KPI to hold off mounting of the root filesystem.phk2005-04-184-6/+65
* Initialize mountlist_mtx with an MTX_SYSINIT(), we need it to be readyphk2005-04-182-1/+1
* As with kernel-depend, rm the DEPENDFILE before modules-depend.obrien2005-04-181-1/+2
* Initial import of ipw, iwi, ral and ural drivers:damien2005-04-1824-0/+11889
* Add IPv6 support to IPFW and Dummynet.brooks2005-04-186-48/+531
* Rewrite of tcp_update_sack_list() to make it simpler and more readableps2005-04-181-74/+67
* Add uma zone for composite ops.sos2005-04-183-19/+42
* Adjust the RAID type pickup code for the VIA, we dont actually caresos2005-04-182-8/+18
* TCP reconnect is not an error.rees2005-04-181-3/+3
* Introduce p_canwait() and MAC Framework and MAC Policy entry pointsrwatson2005-04-1810-0/+76
* Remove end-of-line tabs.rwatson2005-04-181-1/+1
OpenPOWER on IntegriCloud