summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.phk2004-06-2116-2/+73
* on media exchange, update/rescan the drives. This allows a volumeps2004-06-211-0/+4
* Update ipfilter from 3.4.31 -> 3.4.35. Some important changes:darrenr2004-06-2116-392/+692
* Fix typo that somehow crept into the previous commitscottl2004-06-211-1/+1
* Update previous commit to:kbyanc2004-06-211-18/+13
* Add the sysctl node 'kern.sched.name' that has the name of the schedulerscottl2004-06-212-1/+13
* Be BURN_BRIDGES compliantphk2004-06-211-1/+1
* Be BURN_BRIDGES compliant.phk2004-06-211-1/+1
* There is no need to call ciss_media_accept async anymore since allps2004-06-211-42/+16
* Mark the thread in an exiting program as inactive.julian2004-06-211-1/+1
* Call the detach function with g_waitfor_event() so that it can accessgreen2004-06-211-1/+8
* Kill g_access_rel() already now before we send it down 5-stablephk2004-06-211-3/+0
* Add SCSI passthrough support to CISS. This allows devices like tape drivesscottl2004-06-213-22/+286
* Give control devices their own cdevsw{} so that we can eliminate themphk2004-06-211-51/+111
* Revert rev 1.140, it was a bit pre-mature.ps2004-06-211-5/+0
* Add a quirk for ciss to stop trying to read the serial number offps2004-06-211-0/+5
* Turned off the "calcru: negative time" warning for certain SMP casesbde2004-06-211-12/+34
* Use the correct type (lwpid_t) for ki_tid .gad2004-06-211-1/+1
* (1) Removed the bogus condition "p->p_pid != 1" on calling sched_exit()bde2004-06-211-7/+1
* Update p_runtime on exit. This fixes calcru() on zombies, and preparesbde2004-06-211-2/+9
* Prevent the rp driver from panic'ing on first access and make atgallatin2004-06-213-29/+33
* New style functions, kill register keyword.phk2004-06-211-43/+28
* Don't hold topology lock while calling g_gate_release().pjd2004-06-211-0/+2
* Include module.hscottl2004-06-211-0/+1
* Merge next step in socket buffer locking:rwatson2004-06-216-69/+558
* Fix the following error:marcel2004-06-201-0/+2
* Fill in the values for the ki_tid and ki_numthreads which have beengad2004-06-201-0/+2
* Change the architecture-based setting of KINFO_PROC_SIZE and KI_NSPARE sogad2004-06-201-14/+32
* Include an annotation of NET_{LOCK,UNLOCK}_GIANT() noting that theserwatson2004-06-201-1/+4
* It's now the responsibility of the consumer of soabort() to remove arwatson2004-06-201-1/+12
* If debug.mpsafenet is set, initialize TCP callouts as CALLOUT_MPSAFE.rwatson2004-06-202-10/+24
* In uipc_rcvd(), lock the socket buffers at either end of the UNIXrwatson2004-06-201-0/+4
* Annotate so_state as locked with SOCK_LOCK(so).rwatson2004-06-201-1/+4
* Hold SOCK_LOCK(so) when frobbing so_state when disconnecting arwatson2004-06-201-1/+5
* Remove one more unneeded reference to arpcom.ac_netgraph.wpaul2004-06-201-10/+34
* - Simplify pmap_remove_pages(), eliminating unnecessary indirection.alc2004-06-202-25/+24
* Assert the inpcb lock before letting MAC check whether we can deliverrwatson2004-06-202-0/+2
* IP multicast code no longer needs to acquire Giant before appendingrwatson2004-06-201-3/+0
* Stash our node context pointer somewhere else within struct ifnet ofwpaul2004-06-201-2/+18
* When retrieving the SO_LINGER socket option for user space, hold therwatson2004-06-201-0/+7
* Convert an if->panic in soclose() into a call to KASSERT().rwatson2004-06-201-2/+1
* Give zlib the ability to be a module that can be depended on,markm2004-06-202-0/+32
* Annotate some ordering-related issues in solisten() which are not yetrwatson2004-06-201-0/+5
* Annotate two intentionally unlocked reads with comments.rwatson2004-06-201-0/+6
* Initialize ni_cnd.cn_cred before calling lookup() (this is normally donetmm2004-06-201-0/+1
* Document the possibility of setting default values forjosef2004-06-201-0/+1
* Enable pcm to read kenv variables to set default values forjosef2004-06-201-2/+11
* MFNetBSD 1.15, author: mycroftle2004-06-201-2/+2
* Micro-tweaking.markm2004-06-201-7/+10
* Add pmap locking to pmap_is_prefaultable().alc2004-06-202-12/+18
OpenPOWER on IntegriCloud