summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Implementation of Bus Space for FreeBSD-x86.gibbs1998-01-151-0/+1264
* Move almost all the ntp related stuff from kern_clock.c tophk1998-01-142-3/+6
* Remove two non-global variables.phk1998-01-121-3/+1
* Fix some vnode management problems, and better mgmt of vnode free list.dyson1998-01-121-3/+9
* Implement the first page access for object type determination moredyson1998-01-111-1/+2
* Since the alpha has to use NetBSD's kernel for the time being, it alsojb1998-01-111-0/+607
* Fix softclock calling so we don't loose timeouts (I broke this ~10h ago)phk1998-01-111-2/+2
* Whoops. softclock is called from doreti_swi as well. Abandon call fromphk1998-01-101-2/+2
* Effect the divorce of kern_clock.c and kern_timeout.c (which wasphk1998-01-101-2/+2
* update the AWE32 wave table driver to Iwai's 0.4.2c version. This alsojmg1998-01-081-0/+1
* Define integer types added by POSIX.1g. We already had int8_t, int16_t,alex1998-01-081-1/+16
* Delete a stray semicolon at the end. This only breaks gcc -pedanticwosch1998-01-061-2/+2
* documentation changes.jamil1998-01-061-4/+5
* Make our v_usecount vnode reference count work identically to thedyson1998-01-065-7/+10
* Use a real malloc type for M_LINKER instead of #defining it as M_TEMP.bde1998-01-011-3/+5
* Moved the SMP declarations of INTREN() and INTRDIS() to the correct header,bde1998-01-011-3/+1
* A Happy New Year! 1998.wosch1997-12-311-3/+3
* Convert caddr_t --> void * for sys/mman.h functions.alex1997-12-312-13/+13
* Add the vnode interlock back around vget.dyson1997-12-291-8/+2
* Fix the decl of vfs_ioopt, allow LFS to compile again, fix a minor problemdyson1997-12-291-1/+2
* Lots of improvements, including restructring the caching and managementdyson1997-12-291-2/+9
* Add back a #include <sys/types.h> so that this header issteve1997-12-281-0/+1
* wash, sort and put in order various nits from the i586_ctr -> tscphk1997-12-282-4/+6
* Unspammed nested include of <sys/malloc.h>. <sys/mbuf.h> hasn'tbde1997-12-281-8/+3
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-3/+1
* - Add prototype for adjust_timeout_calltodo().nate1997-12-241-1/+5
* Moved some declarations from <sys/socket.h> to the correct places, andbde1997-12-213-10/+13
* Add a copyright and license notice, on Jordan's request.sef1997-12-201-1/+33
* Clear the p_stops field on change of user/group id, unless the correctsef1997-12-202-3/+4
* Made N_TXTADDR() work for kernels (assume that a ZMAGIC file with anbde1997-12-191-2/+6
* Fixed namespace pollution in previous commit.bde1997-12-191-5/+3
* Some performance improvements, and code cleanups (including changing ourdyson1997-12-191-1/+4
* Regenerate after changing makesyscalls.sh.eivind1997-12-161-1/+0
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-0/+1
* Add support for poll(2) on files. vop_nopoll() now returns POLLNVALwollman1997-12-152-2/+32
* Explicitly use the _IOC macro directly. This changes the ioctl commandsef1997-12-151-5/+5
* Bring in NetBSD compatible & augmented RCSID/COPYRIGHT macrospst1997-12-131-1/+16
* Change the ioctls for procfs around a bit; in particular, whever possible,sef1997-12-131-6/+7
* We have had support for running the kernel daemons as threads fordyson1997-12-122-3/+15
* adding alogio.h to system include filesjamil1997-12-091-0/+61
* The improvements to clock statistics by Tor Eggefsmp1997-12-081-1/+8
* A couple of fixes from bruce: first of all, psignal is a void (stupidsef1997-12-081-2/+2
* Correct prototypes to match POSIX. Correct return code for aio_cancel.dyson1997-12-081-7/+7
* - Add support for the following mice to psm/moused/sysmouse:yokota1997-12-071-45/+132
* Add a procfs-related flag for procp->p_pfsflags.sef1997-12-071-1/+9
* Move nlist related defines from link.h into nlist.h. Clean upjdp1997-12-063-38/+40
* Added a kernel-only error code ENOICTL. This will be returned frombde1997-12-061-3/+4
* Changes to allow event-based process monitoring and control.sef1997-12-062-1/+46
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-2/+3
* Removed one `const' from the declaration of `ks_shortdesc'. The pointerbde1997-12-051-11/+12
OpenPOWER on IntegriCloud