summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Some KSE syscalls are MPSAFE.davidxu2003-01-083-3/+3
* We've had something like this file since 1992, so therefore this fileimp2003-01-071-1/+1
* Add the POSIX sanctioned "LOGIN_NAME_MAX" -- Maximum length of a login name.obrien2003-01-061-1/+1
* - Provide backwards compatibility for kern.fallback_elf_brand.jake2003-01-051-53/+19
* Introduce thephk2003-01-041-0/+1
* Rename the dos_partition structure for pc98 to pc98_partition.nyan2003-01-041-2/+2
* Use a separate macro to generate the name of the sysctl_oid_list that holdsjake2003-01-041-2/+5
* Use __CONCAT and __XSTRING when concatenating or stringifying arguments tojake2003-01-041-7/+8
* Make an explicit flag to indicate that a KSE has a reason to upcall,julian2003-01-031-8/+9
* Make struct swblock kernel only, to make vm/swap_pager.h userland includable.phk2003-01-032-32/+0
* Retire sys/dmap.h by including the two lines of it which mattersphk2003-01-031-63/+0
* Remove CCDF_SWAP and CCDF_PARITY, they have never been implemented.phk2003-01-031-5/+3
* MFMBR: Add ioctls for writing an IPL and a boot menu.nyan2003-01-031-0/+5
* Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op sincephk2003-01-031-2/+0
* Remove unused second argument from DEV_STRATEGY().phk2003-01-032-2/+2
* Remove unused second argument from BIO_STRATEGY()phk2003-01-032-20/+4
* o Introduce a new external mbuf type, EXT_EXTREF.gallatin2003-01-021-0/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-3/+3
* Happy 2003.imp2003-01-011-2/+2
* When compiling the kernel do not implicitly include filedesc.h from proc.h,alfred2003-01-013-30/+76
* fdcopy() only needs a filedesc pointer.alfred2003-01-011-1/+1
* Since fdshare() and fdinit() only operate on filedescs, make themalfred2003-01-011-2/+2
* Add complete struct timeval by including <sys/_timeval.h>.mike2002-12-311-8/+1
* Move struct timeval to its own header so that it can be shared betweenmike2002-12-312-9/+53
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-302-2/+2
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-301-5/+9
* Provide prototypes for new ACL system calls to manipulate ACLs "byrwatson2002-12-291-1/+11
* Regen from syscalls.master:1.139rwatson2002-12-293-5/+36
* Fix drift of the comment about sa_sigaction away from its code.mike2002-12-291-1/+1
* Add a new vnode flag VI_DOINGINACT to indicate that a VOP_INACTIVEiedowse2002-12-291-2/+3
* Add a couple of ioctls for modifying MBR's and the rest of sector0.phk2002-12-291-0/+6
* Save 16 bytes per mutex if MUTEX_PROFILING is not defined.phk2002-12-291-1/+6
* o Fix ordering of typedefs.mike2002-12-291-10/+12
* sa_handler is in the POSIX namespace (5.0-R candidate).mike2002-12-291-2/+3
* Allow lint-like tools to override DROP_GIANT and friends.phk2002-12-281-3/+6
* It is bad style to define the same structure in multiple headerphk2002-12-283-16/+47
* Abstract-out the constants for the sequential heuristic.dillon2002-12-281-0/+3
* Add code to ddb to allow backtracing an arbitrary thread.julian2002-12-281-11/+22
* Re-add MNT_ACLS to the list of "updateable" mount flags, per ourrwatson2002-12-271-1/+2
* White-space changes.phk2002-12-241-16/+15
* Move the declaration of the socket fileops from socketvar.h to file.h.phk2002-12-232-20/+14
* Detediousficate declaration of fileops array members by introducingphk2002-12-231-30/+35
* s/sokqfilter/soo_kqfilter/ for consistency with the naming of allphk2002-12-231-1/+1
* Add suseconds_t and useconds_t for storing microseconds.mike2002-12-222-0/+13
* add generic rate limiting support from netbsd; ratelimit is purely time based,sam2002-12-201-0/+2
* Spell `unsigned short' in a way which does not depend on namespace pollution.wollman2002-12-191-7/+7
* o Add new types: msgqnum_t and msglen_t.mike2002-12-181-7/+38
* Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined inrobert2002-12-161-22/+1
* Regenerate system calls (swapoff added)dillon2002-12-153-5/+11
* This is David Schultz's swapoff code which I am finally able to commit.dillon2002-12-153-0/+4
OpenPOWER on IntegriCloud