summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove 'td = curthread' that shadows the arguments to coda_root().rwatson2004-07-122-2/+0
* Add fwip module.dfr2004-07-121-0/+1
* Add fwip module.dfr2004-07-121-0/+19
* Make if_fwsubr.c dependant on fwip instead of firewire - there is notdfr2004-07-121-1/+1
* Attempt to handle suspend/resume better.sos2004-07-122-16/+9
* Bump __FreeBSD_version for VFS_ROOT, vflush and kinfo_proc changes.alfred2004-07-121-1/+1
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-1237-84/+100
* Change kse_switchin to accept kse_thr_mailbox pointer, the syscalldavidxu2004-07-124-15/+28
* Use SO_REUSEADDR and SO_REUSEPORT when reconnecting NFS mounts.alfred2004-07-123-2/+31
* Implement the PT_LWPINFO request. This request can be used by themarcel2004-07-125-0/+33
* Reserve a pointer "ki_udata" in kinfo_proc as a convenience for userland.alfred2004-07-121-3/+4
* Introduce a global mtx 'ngsocketlist_mtx' to protect the globalrwatson2004-07-121-0/+8
* pmap_remove_pages() must not remove wired mappings. Sincealc2004-07-123-12/+0
* Mark 'makeup' in ng_frame_relay as const, as its values are immutable.rwatson2004-07-121-1/+1
* Remove spl's from netatalk in preparation to merge locking.rwatson2004-07-122-30/+1
* Dump the actual bad values when this assertion is tripped.alfred2004-07-121-1/+3
* Re-add the gdb command. It was removed to be replaced by somethingmarcel2004-07-121-0/+12
* Make kdb_dbbe_select() available as an interface function. This allowsmarcel2004-07-122-9/+21
* Use sockbuf_pushsync() to synchronize stack and socket buffer staterwatson2004-07-111-34/+47
* Remove the last bits of SPECHASH.phk2004-07-111-6/+0
* Add sockbuf_pushsync(), an inline function that, following a change torwatson2004-07-111-0/+38
* Better descriptions of the cdev malloc class and mutex.phk2004-07-111-2/+2
* Add additional annotations to soreceive(), documenting the effects ofrwatson2004-07-111-1/+35
* MFi386: rev 1.213 -- fix DELAY while the debugger is active.marcel2004-07-111-12/+23
* Partially revert previous commit. Calling getit() unconditionally fixedmarcel2004-07-112-22/+44
* Expand and rewrite documentation using doxygen markup so that we candfr2004-07-111-49/+206
* Pass doxygen doc comments through to the output.dfr2004-07-111-8/+33
* Experimental support for using doxygen to generate kernel documentation.dfr2004-07-112-0/+241
* Add sx_unlock() macro as a frontend to both sx_sunlock() and sx_xunlock(),darrenr2004-07-111-0/+7
* Until I'm ready to commit the better pccard probe/attach routines, effectivelyimp2004-07-111-0/+2
* Fix braino: Make sure there is a current backend before we return itsmarcel2004-07-111-2/+5
* Introduce ttygone() which indicates that the hardware is detached.phk2004-07-1116-375/+117
* MFi386: revision 1.212.nyan2004-07-113-39/+33
* MFi386: revision 1.406nyan2004-07-111-1/+3
* Clean up a bunch of white-space difference with IPFilter source as well asdarrenr2004-07-111-9/+8
* Bump __FreeBSD_version for the following (weak) reasons:marcel2004-07-111-1/+1
* The SC_DISABLE_DDBKEY options has been renamed to SC_DISABLE_KDBKEY.marcel2004-07-111-1/+1
* Add options KDB and GDB. KDB takes on the function of what DDB usedmarcel2004-07-115-5/+15
* Now that the console setup is identical to that on other platforms,marcel2004-07-111-0/+2
* Add options KDB and GDB. KDB takes on the function of what DDB usedmarcel2004-07-111-1/+3
* Remove now unused files:marcel2004-07-114-708/+0
* Remove the now unused GDB stubs. See src/sys/gdb/* for the new KDBmarcel2004-07-114-2552/+0
* In the 'dontblock' section of soreceive(), assert that the mbuf on handrwatson2004-07-111-0/+1
* Update for the KDB framework:marcel2004-07-112-43/+29
* Fix build for non-WITNESS casegrehan2004-07-111-0/+1
* Break out non-inline out-of-band data receive code from soreceive()rwatson2004-07-111-38/+63
* Assign pointers values of NULL rather than 0 in soreceive().rwatson2004-07-111-2/+2
* Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory()wpaul2004-07-116-31/+91
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-1029-2343/+1689
* Hook the GDB backend into the build.marcel2004-07-107-5/+9
OpenPOWER on IntegriCloud