summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Add resource_list_add_next() which returns the RID for the resource added.mdodd2002-03-291-0/+4
* To remove nested include of sys/lock.h and sys/mutex.h from sys/proc.halfred2002-03-281-46/+4
* Add d_type and fstype names for JFS.grog2002-03-283-0/+39
* Make the reference counting of 'struct pargs' SMP safe.alfred2002-03-271-0/+51
* Add support for creating/deleting ATA RAID'ssos2002-03-271-1/+10
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksjeff2002-03-272-0/+2
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-271-1/+0
* Fixed -Wshadow warnings by renaming ttysleep()'s `timeout' parameter tobde2002-03-271-2/+1
* Push BIO_FORMAT into a local hack inside the floppy drivers wherephk2002-03-261-3/+2
* Commit the good prototype for nmount(2).mux2002-03-261-1/+1
* As discussed in -arch, add the new nmount(2) system call and themux2002-03-261-0/+24
* Removed some namespace pollution (unnecessary nested includes).bde2002-03-262-3/+0
* Forgot one more instance of my old email address.phk2002-03-261-1/+1
* Minor changes:will2002-03-241-0/+1
* Breath deep and take __P out of the system include files.imp2002-03-233-17/+15
* Revert last commit, it came too late to save alpha :-(phk2002-03-233-12/+0
* Hide the ugly d_boot[01] from the kernel.phk2002-03-233-0/+12
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-2318-125/+107
* Use int (ioctl)(...) rather than int ioctl(...) so that ioctl can be definedimp2002-03-221-1/+6
* Merge from TrustedBSD MAC branch:rwatson2002-03-221-0/+2
* Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.jhb2002-03-201-5/+0
* - Push down Giant into crfree() in the case that we actually free a ucred.jhb2002-03-201-1/+3
* Document that MD pcpu fields are defined in PCPU_MD_FIELDS injhb2002-03-201-1/+2
* Various style issues from a recent brucification:phk2002-03-201-9/+28
* Backout part of my previous commit; I was wrong about vm_zone's handling ofjeff2002-03-201-0/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-203-8/+7
* Remove __P.alfred2002-03-192-11/+11
* Remove __Palfred2002-03-1980-1417/+1406
* Add five GEOM oriented ioctls to get basic information about a geom device.phk2002-03-193-0/+18
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-194-73/+12
* have the SYSCALL_MODULES macro provide an initializer for the 'old_sysent'alfred2002-03-181-1/+1
* - Lock down the ``module'' structure by adding an SX lock that is used byarr2002-03-181-0/+9
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-3/+4
* Extend CONS_GETINFO ioctl to provide information about size of the currentlysobomax2002-03-161-0/+1
* Bump the FreeBSD version to mark the import of Perl 5.6.1.markm2002-03-161-1/+1
* Fixed some style bugs:bde2002-03-161-9/+5
* Implement PT_IO (read / write arbitrary amounts of data or text).des2002-03-161-0/+16
* Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to thedes2002-03-161-1/+8
* Fix a stupid whitespace style bogon from way back in the declarations ofjhb2002-03-151-2/+2
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-153-5/+6
* Fixes to make select/poll mpsafe.alfred2002-03-143-2/+12
* Rename SI_SUB_MUTEX to SI_SUB_MTX_POOL to make the name at all accurate.green2002-03-131-1/+1
* LABELOFFSET is 128 for sparc64.jake2002-03-133-0/+15
* Add realloc() and reallocf(), and make free(NULL, ...) acceptable.archie2002-03-131-0/+4
* This patch adds the "LOCKSHARED" option to namei which causes it to only acqu...jeff2002-03-121-3/+4
* Augment struct bio for GEOM.phk2002-03-111-4/+14
* Add a field to struct disk for GEOMphk2002-03-111-0/+1
* Don't depend on ucred.h to include sys/queue.h for us.dd2002-03-111-0/+1
* Make the proposed name arg to dev_stdclone() const.phk2002-03-102-2/+2
* o Don't require long long support in bswap64() functions.mike2002-03-091-37/+20
OpenPOWER on IntegriCloud