summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-8/+8
* Make FreeBSD "struct disklabel" agnostic, step 312 of 723:phk2002-09-204-3/+2
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:phk2002-09-205-4/+2
* Retire now unused DIOCGDVIRGIN kludge.phk2002-09-203-3/+0
* Regen for added syscalls.alfred2002-09-193-3/+63
* Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c.alfred2002-09-192-0/+72
* more style fixes: 'unsigned' should be 'u_int' in this file.bmilekic2002-09-181-2/+2
* style fixes to mbuf.hbmilekic2002-09-181-16/+15
* Make m_length() and m_fixhdr() return unsigned.phk2002-09-181-2/+2
* Introduce the m_length() function which will return the accumulatedphk2002-09-181-0/+1
* Move m_fixhdr() from "mbchain" to "mbuf" where it belongs.phk2002-09-182-2/+1
* Move definition of nl_item type to <sys/_types.h>, so that it can bemike2002-09-181-0/+1
* o Add typedefs for mode_t, off_t, pid_t rather than includingmike2002-09-171-13/+37
* Include <sys/types.h> directly rather than depending on <sys/fcntl.h>mike2002-09-171-0/+1
* pid_t will be shared with at least <fcntl.h>.mike2002-09-171-0/+4
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-172-70/+0
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-163-38/+48
* Reformat an overly-wide comment.wollman2002-09-161-3/+3
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-151-2/+8
* Garbage-collected splmem.bde2002-09-151-7/+5
* Removed most namespace pollution in this header: don't include <vm/uma.h>;bde2002-09-151-3/+3
* Some BIOSs are using MTRR values that are only documented under NDAdwmalone2002-09-151-0/+1
* Define __LONG_LONG_SUPPORTED if the compiler claims to support C99.bde2002-09-151-2/+1
* Remove the unused _bio_buf field. I can't even remember if this ever gotphk2002-09-151-1/+0
* Make a comment reflect less of a lie, NOCPU is used to generally mean that wejmallett2002-09-151-1/+1
* Un-inline the non-trivial "trivial" bio* functions.phk2002-09-142-57/+6
* Add additional information returned to userland by the device queryingimp2002-09-141-10/+18
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-15/+4
* mlockall() and munlockall() are unimplemented; remove their prototypes.mike2002-09-131-8/+2
* Oops, broke the build there. Uninline biodone() now that it is non-trivial.phk2002-09-131-9/+2
* Make biodone() default to wakeup() on the struct bio if no bio_donephk2002-09-131-1/+4
* Add a blank line to make this more consistent with the rest of the file.jhb2002-09-121-0/+1
* Sometime after binutils-2.9 (ie: ages ago), the handling of __start_set_*peter2002-09-111-6/+0
* correct another spammage.. sorry bruce.. not exactly sure how my patchjulian2002-09-111-1/+0
* revert a line that was not part of my change..julian2002-09-111-1/+1
* Comment and whitespace changes.julian2002-09-111-12/+13
* Completely redo thread states.julian2002-09-111-31/+75
* Fix namespace issues by using the relatively new visibilitymike2002-09-101-3/+9
* Fixed namespace pollution in uma changes:bde2002-09-101-2/+3
* Fixed namespace pollution in uma changes:bde2002-09-101-2/+1
* - Spell "these" properly.arr2002-09-101-2/+2
* Deal with a new exteded MBR paritition typephk2002-09-083-0/+3
* Make UAREA_PAGES and KSTACK_PAGES visible to userland via sysctl, likepeter2002-09-071-0/+2
* Add __BEGIN_DECLS/__END_DECLS so that c++ code can use makecontext() etc.dfr2002-09-071-0/+6
* Zap the implementations of the i386-aout specific cpu_coredump function.peter2002-09-071-1/+0
* Use UMA as a complex object allocator.julian2002-09-061-11/+15
* Introduce new extattr_check_cred() function which implements the canonicalphk2002-09-051-0/+5
* Forward declare struct uio so that <sys/uio.h> isn't a prerequisite.bde2002-09-051-3/+2
* Pad after "char *n_name;" in the !_AOUT_INCLUDE_ case so that struct nlistbde2002-09-051-0/+2
* Forward declare struct vnode so that <sys/vnode.h> or some other headerbde2002-09-051-0/+1
OpenPOWER on IntegriCloud