summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* add command storage to correlate with latched errormjacob1998-12-221-1/+3
* Add in forward space/backward space/write SetMarks commands.mjacob1998-12-211-3/+5
* Add asleep() and await() support. Currently highly experimental. Adillon1998-12-212-2/+17
* Backed out rev.1.46. It had no effect for aout, was incomplete for elf,bde1998-12-201-10/+6
* Add a workaround to avoid 'defined but not used' warnings for linkerdfr1998-12-201-8/+10
* Add MTIOCERRSTAT ioctl and structures that define (at least formjacob1998-12-191-2/+35
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-194-5/+56
* Make <sys/dirent.h> and <dirent.h> self-sufficient, using new __intN_t types.dt1998-12-191-5/+7
* Little reorganization:dt1998-12-192-17/+33
* import logical/hardware block locate ioctls from NetBSDmjacob1998-12-171-1/+11
* Removed the cast to a pointer in the definition of PS_STRINGS andbde1998-12-161-3/+2
* Removed all traces of SYSCTL_INTPTR(). Pointers can't really be passedbde1998-12-161-6/+1
* Wrap two macros into do { ... } while (0), and fix the way they're useddes1998-12-152-18/+22
* Remove hardwired alignment, align to sizeof(long) which should be moredillon1998-12-141-2/+7
* Accidently broke structural alignment in SEMUSZ calculation. Addeddillon1998-12-141-2/+4
* Added 3 new errno values, requred by various standards: EOVERFLOW,dt1998-12-141-4/+7
* Fixed problems with kernel config file overrides of sysv semaphoredillon1998-12-141-3/+3
* Add a generic flag, CTLFLAG_SECURE, which can be used to mark a sysctltruckman1998-12-131-1/+2
* Rename one of the two devfs_link's to devfs_makelink.eivind1998-12-101-2/+2
* Add __attribute__ ((unused)) to the SYSINIT etc macros which declarejb1998-12-031-6/+10
* Add snprintf(3) and vsnprintf(3) capability to the kernel.archie1998-12-031-1/+3
* - Added support for Genius Kidspad tablet.yokota1998-11-201-1/+3
* Finished updating module event handlers to be compatible withbde1998-11-151-3/+2
* Don't generate module event handlers of the wrong (old) type.bde1998-11-151-4/+3
* Fixed the type and order of vfs_modevent. This fixes part of a spew ofbde1998-11-151-6/+8
* My changes to the new device interface:wollman1998-11-146-121/+180
* Increased PID_MAX to 99999. The main reason for doing this is to make thedg1998-11-131-3/+3
* Restored the "reallocblks" code to its former glory. What this does isdg1998-11-132-2/+30
* regenerate (+kldsym)peter1998-11-111-1/+7
* kldsym(2) prototype implementationpeter1998-11-111-1/+10
* regenerate (+kldsym)peter1998-11-113-5/+8
* I got another batch of suggestions for cosmetic changes from bde.truckman1998-11-115-15/+16
* Installed the second patch attached to kern/7899 with some changes suggestedtruckman1998-11-116-8/+44
* Allow the use of NODEV in CDEV_MODULE and BDEV_MODULE to make the systemdfr1998-11-102-6/+8
* Make the vnode opv vector construction fully dynamic. Previously wepeter1998-11-102-41/+21
* Have MALLOC_DECLARE() initialize malloc types explicitly, and have thempeter1998-11-101-4/+10
* New macro for building a linker set of things to do at module unloadpeter1998-11-101-1/+13
* If the session leader dies, s_leader is set to NULL and getsid() maytruckman1998-11-091-1/+2
* * Fix a couple of places in the device pager where an address wasdfr1998-11-082-4/+4
* oops! s/vfs_register/vfs_unregister/ in the unload case..peter1998-11-071-2/+2
* Remove trailing ';' - use the one supplied by the caller: "VFS_SET(foo);"peter1998-11-061-2/+2
* Implemented zero-copy TCP/IP extensions via sendfile(2) - send adg1998-11-057-5/+37
* The handle for the kernel is common. With this fix, ELF kernels can loadpeter1998-11-041-1/+6
* Convert the vnode clean/dirty attached buffer lists from LISTs to TAILQs.peter1998-10-313-14/+22
* Add the ability to specify where on the at_shutdown queue a handler ismsmith1998-10-301-1/+5
* Per request from ache, change the numbering scheme of __FreeBSD_cc_version.jdp1998-10-291-2/+2
* Remove the V_SAVEMETA flag, nothing uses it any more now that msdosfs andpeter1998-10-291-2/+1
* Make the definition of __printf0like() vary according to the valuejdp1998-10-291-4/+9
* The new resource manager, hopefully in a reasonably stable form.wollman1998-10-291-0/+97
* Header file for XRPU devices.phk1998-10-241-0/+37
OpenPOWER on IntegriCloud