summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Regen. (Fix SYS_exit)peter2000-07-2923-39/+39
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesepeter2000-07-297-7/+7
* Remove this file incase of further confusion.ps2000-07-291-142/+0
* Move RAID controllers to the same position as in i386 GENERIC.obrien2000-07-292-8/+8
* Revert previous commit. Not all RAID controllers are SCSI.obrien2000-07-292-12/+10
* Move the RAID controllers next to the SCSI controllers.obrien2000-07-292-10/+12
* Make the bridge_refresh operation automatic when ethernet interfacesnsayer2000-07-293-1/+14
* Add the RAID controller that are known to work (or did on last test).obrien2000-07-292-0/+8
* Comment out `ncr' as `sym' handles all that `ncr' does.obrien2000-07-294-8/+8
* Regenerate with makesyscalls.shpeter2000-07-2923-41/+41
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingpeter2000-07-299-11/+9
* "Fix" cast qualifier warnings using the uintptr_t intermediate trick.peter2000-07-282-6/+12
* Fix the #ifdef VFS_AIO to not compile a whole bunch of unused stuff in thepeter2000-07-281-7/+34
* Fix a warning re: a potentially unused pccard helper functionpeter2000-07-282-0/+4
* Fix warning - isa/isavar.h is a prerequisite for isa/pnpvar.hpeter2000-07-282-6/+2
* Fix a const related warning.peter2000-07-281-1/+1
* Fix some style nits.peter2000-07-281-10/+13
* Fix warnings - make kevent args in comment match those in syscalls.master.peter2000-07-281-4/+4
* Minor tweak - removed unused variable 'struct mount *mp';peter2000-07-281-1/+0
* Minor change: fix warning - move a 'struct vnode *vp' declaration inside apeter2000-07-281-0/+2
* Fix a warning that has been annoying me for some time:peter2000-07-281-1/+1
* Minor cleanups:peter2000-07-282-55/+19
* o Modify extattr_{set,get}() syscalls so that partial reads and writesrwatson2000-07-282-2/+10
* Rename the loadable nullfs kernel module: null -> nullfssheldonh2000-07-284-4/+4
* Merged from sys/dev/syscons/syscons.c revision 1.345.kato2000-07-281-2/+1
* Fix if_types.h as per the IANA assignments with regard to IPv6.asmodai2000-07-281-4/+8
* Fix GENERIC_MOUSE_ENTRY.yokota2000-07-282-2/+2
* ahc_pci.c:gibbs2000-07-274-15/+70
* Have kevent() automatically restart if interrupted by a signal. If thisjlemon2000-07-271-5/+2
* The DEC version of the Smart controller has its configuration informationjlemon2000-07-276-36/+79
* Remove stale, unused and bogus root device hunting code.phk2000-07-272-25/+0
* Document the 0x12258086 PCI id.asmodai2000-07-271-1/+1
* -mkdir the ${DESTDIR}/modules directory upon modules-install in case itgreen2000-07-274-0/+4
* Distinguish between whether ktraceing was enabled before an IOgreen2000-07-271-2/+6
* Remove the only use of SCARG and perform dead code elimination.marcel2000-07-274-14/+4
* Use a custom Tigon 2 firmware image, hopefully temporarily. This iswpaul2000-07-262-3366/+3456
* Add address translation support for RTSP/RTP used by RealPlayer andarchie2000-07-268-3/+819
* Disable LK_CANRECURSE on buffer locks. The recusion is needed only formckusick2000-07-261-1/+1
* Clean up the snapshot code so that it no longer depends on the use ofmckusick2000-07-265-13/+38
* o Lock vnode before calling extattr_* VOP's, and modify vnode spec torwatson2000-07-263-13/+23
* Remove the SHM_PHYS_BACKED option.jhb2000-07-261-1/+0
* Document the SYSV IPC kernel options. Also, remove the SHM_PHYS_BACKEDjhb2000-07-262-28/+96
* Fix the "mfs_badop[vop_getwritemount] = 45" messages.phk2000-07-261-0/+1
* Remove the preliminary support for ATAPI. It does not work and breaksn_hibma2000-07-261-0/+6
* Change to support vmware... SIOCSIFADDR on the character devicensayer2000-07-252-6/+8
* style(9)'ify all the function prototypes by protecting all the parameterjhb2000-07-251-26/+28
* o Fix a horrible bug where small reads (< 8 bytes) would return themarkm2000-07-2511-52/+103
* Properly handle the case where the residual is 0, but, as the targetgibbs2000-07-251-5/+12
* Followup to previous commit..archie2000-07-251-20/+40
* Now that buffer locks can be recursive, we need to delete the panicsmckusick2000-07-251-4/+0
OpenPOWER on IntegriCloud