aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Make kdb_dbbe_select() available as an interface function. This allowsMarcel Moolenaar2004-07-121-0/+1
* Remove the last bits of SPECHASH.Poul-Henning Kamp2004-07-111-6/+0
* Add sx_unlock() macro as a frontend to both sx_sunlock() and sx_xunlock(),Darren Reed2004-07-111-0/+7
* Introduce ttygone() which indicates that the hardware is detached.Poul-Henning Kamp2004-07-111-0/+7
* Bump __FreeBSD_version for the following (weak) reasons:Marcel Moolenaar2004-07-111-1/+1
* Update for the KDB framework:Marcel Moolenaar2004-07-101-2/+0
* Introduce the KDB debugger frontend. The frontend provides a frameworkMarcel Moolenaar2004-07-101-0/+78
* Clean up and wash struct iovec and struct uio handling.Poul-Henning Kamp2004-07-101-2/+4
* Bump __FreeBSD_versionMaksim Yevmenkin2004-07-091-1/+1
* Have sbuf_bcat() and sbuf_bcpy() take a const void * instead of aDag-Erling Smørgrav2004-07-091-2/+2
* struct mount->mnt_data has been a qaddr_t since '94 (rev 1.1),Alfred Perlstein2004-07-081-1/+1
* do the vfsstd thing instead of messing up our VFS_SYSCTL macro.Alfred Perlstein2004-07-071-2/+2
* Introduce vfs_suser(), used to test if a user should have special privsAlfred Perlstein2004-07-061-0/+1
* NFS mobility PHASE I, II & III (phase VI, and V pending):Alfred Perlstein2004-07-061-1/+1
* Pass the operation in with the fsidctl.Alfred Perlstein2004-07-041-9/+15
* Blocksize for I/O should be a property of the vnode and not found by gropingPoul-Henning Kamp2004-07-041-0/+1
* Introduce a new kevent filter. EVFILT_FS that will be used to signalAlfred Perlstein2004-07-042-1/+65
* When we traverse the vnodes on a mountpoint we need to look out forPoul-Henning Kamp2004-07-041-0/+6
* Implement preemption of kernel threads natively in the scheduler ratherJohn Baldwin2004-07-022-1/+3
* - Change mi_switch() and sched_switch() to accept an optional thread toJohn Baldwin2004-07-022-7/+12
* Tidy up uprof locking. Mostly the fields are protected by both the procJohn Baldwin2004-07-021-11/+17
* Change the thread ID (thr_id_t) used for 1:1 threading from being aMarcel Moolenaar2004-07-022-20/+14
* Regen.Marcel Moolenaar2004-07-023-7/+7
* Bump __FreeBSD_version for package tools revision 20040629Oliver Eikemeier2004-07-021-1/+1
* Soften __RMAN_RESOURCE_VISIBLE a little: expose rman and theWarner Losh2004-07-011-6/+7
* Fix build: forward declare struct tty before defining the tty functionMarcel Moolenaar2004-07-011-0/+2
* Define the tty methods as typedefs.Poul-Henning Kamp2004-06-301-11/+17
* Hide struct resource and struct rman. You must defineWarner Losh2004-06-301-0/+6
* Remove the signal_caught argument from sleepq_timedwait() as it wasJohn Baldwin2004-06-281-1/+1
* Adjust the priorities of software interrupts. Bump SWI_CLOCK up to 5John Baldwin2004-06-281-6/+5
* Annotate so_gencnt field of struct socket locked by so_global_mtx.Robert Watson2004-06-271-1/+2
* Allocate TIDs in thread_init() and deallocate them in thread_fini().Marcel Moolenaar2004-06-261-1/+0
* Pick the hotchar out of the tty structure instead of caching privatePoul-Henning Kamp2004-06-261-1/+1
* Fix line discipline switching issues: If opening a new ldisc fails,Poul-Henning Kamp2004-06-262-1/+1
* Add type definitions for prgregset_t and psaddr_t. Both are used byMarcel Moolenaar2004-06-251-0/+3
* Retire the TIOC_REMOTE ioctl.Poul-Henning Kamp2004-06-251-1/+0
* Make the relationship between modem control bits and their delta cousinsPoul-Henning Kamp2004-06-251-9/+11
* Add two new methods to struct tty: One for manipulating BREAK conditionPoul-Henning Kamp2004-06-251-0/+4
* Use the correct names for modem control signals as the primary and makePoul-Henning Kamp2004-06-241-4/+5
* Add a tty-independent include file for definitions pertaining to serialPoul-Henning Kamp2004-06-241-0/+62
* Annotate so_error as being used for simple assignment and reads, andRobert Watson2004-06-241-1/+2
* Introduce a temporary mutex, mac_ifnet_mtx, to lock MAC labels onRobert Watson2004-06-241-0/+2
* Annotate which SB_ constants are for sb_flags fields.Robert Watson2004-06-241-0/+3
* Protect so_oobmark with with SOCKBUF_LOCK(&so->so_rcv), and broadenRobert Watson2004-06-241-1/+1
* Introduce sbreserve_locked(), which asserts the socket buffer lock onRobert Watson2004-06-241-0/+2
* Since we grew struct xtty, t_dev doesn't have to be schizofrenic anymore.Poul-Henning Kamp2004-06-231-6/+1
* Remove the TIOCDCDTIMESTAMP option.Poul-Henning Kamp2004-06-221-3/+1
* Bump FreeBSD_version for if_clone overhaul.Brooks Davis2004-06-221-1/+1
* Adjust the system endian and a.out headers to be more MI and cross-buildingDavid E. O'Brien2004-06-221-18/+20
* Regenerate after updating syscalls.master.Robert Watson2004-06-223-3/+3