summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Import a small ELF trampoline, in which the kernel is embedded, and thatcognet2005-10-032-0/+233
* *blush*cognet2005-10-031-4/+47
* Only save the registers that are used.cognet2005-10-031-2/+2
* asm versions of in_cksum_hdr() and in_pseudo().cognet2005-10-032-14/+80
* Define KERNELDUMP_ARM_VERSION.cognet2005-10-031-0/+1
* Implement savectx().cognet2005-10-031-0/+15
* Kernel dump for arm, ripped from the ia64/amd64 version.cognet2005-10-031-15/+353
* If sufficiently bad things happen during a call to kern_execve(), it iscperciva2005-10-031-0/+8
* Unlock Giant symmetrically with respect to lock acquire order as that'srwatson2005-10-031-1/+1
* Acquire Giant conditionally in in_addmulti() and in_delmulti() based onrwatson2005-10-031-0/+9
* Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supportsscottl2005-10-036-0/+8744
* make saved cpu level stackable.ume2005-10-031-30/+53
* Improve handling flags that must be propagatedyar2005-10-031-37/+84
* Clean up consistency checks in if_setflag():yar2005-10-031-18/+11
* Log a message about entering or leaving permanently promiscuous mode,yar2005-10-031-6/+10
* Always wire the sysctl output buffer in sysctl_kern_proc() beforetruckman2005-10-021-95/+113
* - Call db_setup_paging() for traceall.cognet2005-10-022-5/+13
* Do not packet filter in the bridge_start() routine, locally generated packetsthompsa2005-10-021-20/+9
* * Fixed rate operation for es1370 chip to solve conflictingnetchild2005-10-021-118/+222
* Emulate pcm mixer controller for any uaudio device without it.netchild2005-10-021-0/+9
* The cmi9739_patch function which is referenced by ac97.c (rev. 1.56) now...netchild2005-10-022-0/+11
* sys/dev/sound/pcm/sndstat.c:netchild2005-10-023-51/+42
* General spl* cleanup. It doesn't serve any purpose anymore.netchild2005-10-021-34/+1
* sys/dev/sound/pcm/ac97.c:netchild2005-10-024-19/+112
* Soft volume implementation for audio devices without pcm mixer controller.netchild2005-10-023-1/+80
* Add a DDB "traceall" function, which stack traces all known processrwatson2005-10-021-0/+18
* Include kdb.h so that kdb_active is declared regardless of KDB beingrwatson2005-10-021-0/+1
* Complete removal of mac_create_root_mount/mpo_create_root_mount MACrwatson2005-10-024-6/+0
* o Teach sysctl_drop() how to deal with the sockets in TIME_WAIT state.maxim2005-10-022-2/+10
* Allow user to override default port numbers used by communicationbp2005-10-021-0/+2
* Fixing WEP bustage in hostap mode since 5.2-RELEASE.avatar2005-10-022-15/+59
* Honouring ic->ic_dtim_period.avatar2005-10-021-1/+1
* Second attempt at a work-around for fifo-related socket panics duringrwatson2005-10-011-0/+4
* Make sure the clone lists are sorted in the right order.phk2005-10-011-3/+5
* Correct previous commit to fix the sense of the TDP_NORUNNINGBUFtruckman2005-10-011-1/+1
* Big polling(4) cleanup.glebius2005-10-0125-752/+854
* Copy new process argument list in do_execve() before grabbing PROC_LOCKtruckman2005-10-011-10/+10
* Allow the root user to be aware of other credentials by virtuetrhodes2005-09-301-2/+12
* Use ansi function definitions in preference to K&R to reduce diffsimp2005-09-3018-200/+82
* Not sporttings on other cardsimp2005-09-301-3/+3
* The NWFS code in RELENG_6 is broken due to a typo inphk2005-09-301-1/+1
* Un-staticize waitrunningbufspace() and call it before returning fromtruckman2005-09-303-2/+15
* Move some devstat collection to below where large IO operations are choppedtegge2005-09-301-3/+3
* ciphy wasn't included here.imp2005-09-301-1/+1
* Add a more generic version of the mii_phy_match routine (mii_phy_match_gen)imp2005-09-302-3/+14
* Add macros which follow the miidevs design pattern to make it easierimp2005-09-302-8/+6
* MFi386: revision 1.33.nyan2005-09-301-1/+1
* Use 'PC Card'nyan2005-09-301-2/+2
* Fox a LOR of sleep and sched_lock by using a timeout waitdavidxu2005-09-302-8/+1
* Un-staticize runningbufwakeup() and staticize updateproc.truckman2005-09-305-9/+23
OpenPOWER on IntegriCloud