aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Add five GEOM oriented ioctls to get basic information about a geom device.Poul-Henning Kamp2002-03-193-0/+18
* This is the first part of the new kernel memory allocator. This replacesJeff Roberson2002-03-194-73/+12
* have the SYSCALL_MODULES macro provide an initializer for the 'old_sysent'Alfred Perlstein2002-03-181-1/+1
* - Lock down the ``module'' structure by adding an SX lock that is used byAndrew R. Reiter2002-03-181-0/+9
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-171-3/+4
* Extend CONS_GETINFO ioctl to provide information about size of the currentlyMaxim Sobolev2002-03-161-0/+1
* Bump the FreeBSD version to mark the import of Perl 5.6.1.Mark Murray2002-03-161-1/+1
* Fixed some style bugs:Bruce Evans2002-03-161-9/+5
* Implement PT_IO (read / write arbitrary amounts of data or text).Dag-Erling Smørgrav2002-03-161-0/+16
* Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to theDag-Erling Smørgrav2002-03-161-1/+8
* Fix a stupid whitespace style bogon from way back in the declarations ofJohn Baldwin2002-03-151-2/+2
* Introduce the new 64-bit size disk block, daddr64_t. ChangeKirk McKusick2002-03-153-5/+6
* Fixes to make select/poll mpsafe.Alfred Perlstein2002-03-143-2/+12
* Rename SI_SUB_MUTEX to SI_SUB_MTX_POOL to make the name at all accurate.Brian Feldman2002-03-131-1/+1
* LABELOFFSET is 128 for sparc64.Jake Burkholder2002-03-133-0/+15
* Add realloc() and reallocf(), and make free(NULL, ...) acceptable.Archie Cobbs2002-03-131-0/+4
* This patch adds the "LOCKSHARED" option to namei which causes it to only acqu...Jeff Roberson2002-03-121-3/+4
* Augment struct bio for GEOM.Poul-Henning Kamp2002-03-111-4/+14
* Add a field to struct disk for GEOMPoul-Henning Kamp2002-03-111-0/+1
* Don't depend on ucred.h to include sys/queue.h for us.Dima Dorfman2002-03-111-0/+1
* Make the proposed name arg to dev_stdclone() const.Poul-Henning Kamp2002-03-102-2/+2
* o Don't require long long support in bswap64() functions.Mike Barcroft2002-03-091-37/+20
* Hide the DIOCGPART ioctl from userland where it has no decent use.Poul-Henning Kamp2002-03-093-0/+12
* Move the mount of the root filesystem to happen in the init process beforePoul-Henning Kamp2002-03-081-0/+1
* Add new errno ``ENOATTR''.Brian Feldman2002-03-071-1/+2
* Add needed includes of machine/smp.h, remove nested include in sys/smp.hJake Burkholder2002-03-071-1/+0
* Reserve a mount flag, MNT_MULTILABEL, used by the MAC subsystem andRobert Watson2002-03-051-3/+4
* Merge reservation of two SI_SUB constants for the MAC policy frameworkRobert Watson2002-03-051-0/+2
* * Move bswlist declaration and initialization from kern/vfs_bio.c toEivind Eklund2002-03-051-15/+1
* Change wmesg to const char * instead of char *Eivind Eklund2002-03-051-3/+3
* Part II: update various mechanically generated files to allow for newRobert Watson2002-03-053-4/+4
* Move sysctl debug.sizeof into sys/sysctl.h where it belongs.Poul-Henning Kamp2002-03-051-0/+1
* Add a new variable mp_maxid. This is used so that per cpu datastructures mayJeff Roberson2002-03-051-0/+1
* Update header.Søren Schmidt2002-03-043-3/+3
* Add generalized power profile code.Mitsuru IWASAKI2002-03-041-0/+14
* Provide infrastructure for harvesting SWI entropy.Mark Murray2002-03-031-1/+2
* Massive lint-inspired cleanup.Mark Murray2002-03-031-4/+11
* Add new command definition for rebuilding RAID arrays.Søren Schmidt2002-03-031-0/+1
* Fix syntax error, where this was not compile tested after style(9)'ing.David E. O'Brien2002-03-011-1/+1
* Remove the now unused NTOHL() family of macros.Mike Barcroft2002-02-281-10/+0
* - Style(9) makeover.Andrew R. Reiter2002-02-281-85/+80
* Back out part of KSE/M2 that snuck in under the radar: changing theJohn Baldwin2002-02-271-1/+1
* Add the following functions/macros to support byte order conversions andThomas Moestl2002-02-273-18/+105
* Make getcredhostname() take a buffer and the buffer's sizeRobert Drehmel2002-02-271-1/+1
* Add a function which returns the correct hostname for a givenRobert Drehmel2002-02-271-0/+1
* First rev at making pipe(2) pipe's MPsafe.Alfred Perlstein2002-02-271-1/+8
* Introduce a version field to `struct xucred' in place of one of theDima Dorfman2002-02-271-1/+3
* remove trailing semi-colons from macro definitions.Alfred Perlstein2002-02-271-2/+2
* revert last commit temporarily due to whining on the lists.Matthew Dillon2002-02-261-4/+0
* Rather than include namespace pollution in <grp.h> in order to declareMike Barcroft2002-02-261-0/+5