summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Define MS_SYNC for compatibility.dyson1997-12-021-1/+2
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-022-14/+4
* Reorder struct callout for better cacheline behavior.dg1997-12-011-2/+2
* Remove the prototypes for dlopen and related functions. They don'tjdp1997-11-282-20/+2
* Shift a few SYSINT() calls around.julian1997-11-252-5/+2
* Removed all traces of P_IDLEPROC. It was tested but never set.bde1997-11-241-2/+1
* Fixed duplicate definitions of M_FILE (one static).bde1997-11-231-1/+5
* Staticized.bde1997-11-223-10/+3
* Fixed some style and contents bugs in comments. Copied comments arebde1997-11-221-5/+5
* const correctness for dl*()brian1997-11-222-16/+16
* Fixed setting of `safepri'. It should be SWI_AST_MASK most of thebde1997-11-211-1/+2
* Const poisoning from ks_shortdesc.bde1997-11-212-4/+4
* Fixed a sloppy common-style definitions.bde1997-11-201-8/+2
* Fixed nonblocking mode. It was per-device instead of per-file.bde1997-11-181-1/+0
* Staticized boot().bde1997-11-181-2/+1
* Don't #include <machine/smp.h> even in the SMP case. Fixed the onebde1997-11-181-9/+2
* Don't #include <sys/types.h>. I mistakenly #included it unconditionallybde1997-11-181-4/+2
* Fixed pedantic syntax errors caused by trailing semicolon in thebde1997-11-181-3/+5
* Fixed pedantic syntax errors caused by the trailing semicolon in thebde1997-11-181-2/+2
* Reviewed by: Amancio Hastyahasty1997-11-161-1/+3
* Reviewed by: hackers@freebsd.org in generaljulian1997-11-131-17/+24
* Reviewed by: various.julian1997-11-121-8/+10
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-063-230/+231
* Add the IOCTL for Luigi's BT848 -> I2C bus driver.markm1997-11-061-1/+8
* Correct the definition of CIRCLEQ_EMPTY. It would give a false positivegibbs1997-11-021-2/+2
* Upgrade the sound sources to Amancio Hasty's latest-and-greatest.markm1997-10-311-247/+354
* Remove the long description from the in-kernel datastructure.phk1997-10-281-3/+5
* VFS interior redecoration.phk1997-10-261-5/+4
* Remade syscalls.master derived files.phk1997-10-263-29/+3
* Simplify the lease_check stuff.phk1997-10-261-12/+1
* make a couple functions static...jmg1997-10-241-3/+3
* Fix a potentially disasterous '==' instead of '=' bug.gibbs1997-10-232-6/+6
* Rename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the oneyokota1997-10-191-2/+2
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichphk1997-10-171-1/+4
* Another VFS cleanup "kilo commit"phk1997-10-161-8/+12
* VFS mega cleanup commit (x/N)phk1997-10-161-6/+9
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-128-72/+41
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-44/+14
* Remove all traces of M_VFSCONF, which were for all practicalphk1997-10-111-2/+1
* Remove a bunch of unused malloc types.phk1997-10-103-30/+19
* Make malloc more extensible. The malloc type is now a pointer tophk1997-10-102-192/+107
* Introduce the SIOC[SG]IFGENERIC hooks that can be used to pass anjoerg1997-10-071-1/+3
* Latest round of patches from the author.markm1997-10-071-3/+22
* Since i've just touched <sys/syslog.h>, thereby causing a large partjoerg1997-10-061-1/+6
* Shift the value for INTERNAL_MARK left by 3, as done for all otherjoerg1997-10-061-2/+2
* Clustered read and write are switched at mount-option level.kato1997-09-273-8/+29
* Store an absolute tick value in callout entries so that a subtraction ongibbs1997-09-241-2/+1
* buf.h:gibbs1997-09-2113-28/+210
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-214-6/+17
* Drop temporary source-level compatibility for old mount(2) interface.bde1997-09-161-5/+1
OpenPOWER on IntegriCloud