| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer use of the inpcb as a MAC label source for outgoing packets sent | rwatson | 2004-06-22 | 1 | -6/+8 |
* | Remove spl's from uipc_socket to ease in merging. | rwatson | 2004-06-22 | 1 | -40/+8 |
* | one too many #endif's from the update broke the build | darrenr | 2004-06-22 | 1 | -1/+0 |
* | Fix another typo in the previous commit. | scottl | 2004-06-21 | 1 | -1/+1 |
* | Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES. | phk | 2004-06-21 | 16 | -2/+73 |
* | on media exchange, update/rescan the drives. This allows a volume | ps | 2004-06-21 | 1 | -0/+4 |
* | Update ipfilter from 3.4.31 -> 3.4.35. Some important changes: | darrenr | 2004-06-21 | 16 | -392/+692 |
* | Fix typo that somehow crept into the previous commit | scottl | 2004-06-21 | 1 | -1/+1 |
* | Update previous commit to: | kbyanc | 2004-06-21 | 1 | -18/+13 |
* | Add the sysctl node 'kern.sched.name' that has the name of the scheduler | scottl | 2004-06-21 | 2 | -1/+13 |
* | Be BURN_BRIDGES compliant | phk | 2004-06-21 | 1 | -1/+1 |
* | Be BURN_BRIDGES compliant. | phk | 2004-06-21 | 1 | -1/+1 |
* | There is no need to call ciss_media_accept async anymore since all | ps | 2004-06-21 | 1 | -42/+16 |
* | Mark the thread in an exiting program as inactive. | julian | 2004-06-21 | 1 | -1/+1 |
* | Call the detach function with g_waitfor_event() so that it can access | green | 2004-06-21 | 1 | -1/+8 |
* | Kill g_access_rel() already now before we send it down 5-stable | phk | 2004-06-21 | 1 | -3/+0 |
* | Add SCSI passthrough support to CISS. This allows devices like tape drives | scottl | 2004-06-21 | 3 | -22/+286 |
* | Give control devices their own cdevsw{} so that we can eliminate them | phk | 2004-06-21 | 1 | -51/+111 |
* | Revert rev 1.140, it was a bit pre-mature. | ps | 2004-06-21 | 1 | -5/+0 |
* | Add a quirk for ciss to stop trying to read the serial number off | ps | 2004-06-21 | 1 | -0/+5 |
* | Turned off the "calcru: negative time" warning for certain SMP cases | bde | 2004-06-21 | 1 | -12/+34 |
* | Use the correct type (lwpid_t) for ki_tid . | gad | 2004-06-21 | 1 | -1/+1 |
* | (1) Removed the bogus condition "p->p_pid != 1" on calling sched_exit() | bde | 2004-06-21 | 1 | -7/+1 |
* | Update p_runtime on exit. This fixes calcru() on zombies, and prepares | bde | 2004-06-21 | 1 | -2/+9 |
* | Prevent the rp driver from panic'ing on first access and make at | gallatin | 2004-06-21 | 3 | -29/+33 |
* | New style functions, kill register keyword. | phk | 2004-06-21 | 1 | -43/+28 |
* | Don't hold topology lock while calling g_gate_release(). | pjd | 2004-06-21 | 1 | -0/+2 |
* | Include module.h | scottl | 2004-06-21 | 1 | -0/+1 |
* | Merge next step in socket buffer locking: | rwatson | 2004-06-21 | 6 | -69/+558 |
* | Fix the following error: | marcel | 2004-06-20 | 1 | -0/+2 |
* | Fill in the values for the ki_tid and ki_numthreads which have been | gad | 2004-06-20 | 1 | -0/+2 |
* | Change the architecture-based setting of KINFO_PROC_SIZE and KI_NSPARE so | gad | 2004-06-20 | 1 | -14/+32 |
* | Include an annotation of NET_{LOCK,UNLOCK}_GIANT() noting that these | rwatson | 2004-06-20 | 1 | -1/+4 |
* | It's now the responsibility of the consumer of soabort() to remove a | rwatson | 2004-06-20 | 1 | -1/+12 |
* | If debug.mpsafenet is set, initialize TCP callouts as CALLOUT_MPSAFE. | rwatson | 2004-06-20 | 2 | -10/+24 |
* | In uipc_rcvd(), lock the socket buffers at either end of the UNIX | rwatson | 2004-06-20 | 1 | -0/+4 |
* | Annotate so_state as locked with SOCK_LOCK(so). | rwatson | 2004-06-20 | 1 | -1/+4 |
* | Hold SOCK_LOCK(so) when frobbing so_state when disconnecting a | rwatson | 2004-06-20 | 1 | -1/+5 |
* | Remove one more unneeded reference to arpcom.ac_netgraph. | wpaul | 2004-06-20 | 1 | -10/+34 |
* | - Simplify pmap_remove_pages(), eliminating unnecessary indirection. | alc | 2004-06-20 | 2 | -25/+24 |
* | Assert the inpcb lock before letting MAC check whether we can deliver | rwatson | 2004-06-20 | 2 | -0/+2 |
* | IP multicast code no longer needs to acquire Giant before appending | rwatson | 2004-06-20 | 1 | -3/+0 |
* | Stash our node context pointer somewhere else within struct ifnet of | wpaul | 2004-06-20 | 1 | -2/+18 |
* | When retrieving the SO_LINGER socket option for user space, hold the | rwatson | 2004-06-20 | 1 | -0/+7 |
* | Convert an if->panic in soclose() into a call to KASSERT(). | rwatson | 2004-06-20 | 1 | -2/+1 |
* | Give zlib the ability to be a module that can be depended on, | markm | 2004-06-20 | 2 | -0/+32 |
* | Annotate some ordering-related issues in solisten() which are not yet | rwatson | 2004-06-20 | 1 | -0/+5 |
* | Annotate two intentionally unlocked reads with comments. | rwatson | 2004-06-20 | 1 | -0/+6 |
* | Initialize ni_cnd.cn_cred before calling lookup() (this is normally done | tmm | 2004-06-20 | 1 | -0/+1 |
* | Document the possibility of setting default values for | josef | 2004-06-20 | 1 | -0/+1 |