summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document IPFILTER_DEFAULT_BLOCK.asmodai2000-07-252-0/+2
* Workaround to avoid panic during detach pccard nic.ume2000-07-251-1/+4
* s%LINT%NOTES%gbillf2000-07-252-8/+8
* kern_accf.c is now uipc_accf.c after repo copy.ps2000-07-251-1/+1
* Do not need vrele(nd.ni_vp) as that is done by NDFREE(&nd, 0);mckusick2000-07-252-10/+0
* Add stub for softdep_flushworklist() so that kernels compiledmckusick2000-07-251-0/+10
* Eliminate periodic 'mfs_badop[vop_getwritemount] = 45' messages.mckusick2000-07-251-0/+1
* o Add missing function return types from capability syscall call stubs,rwatson2000-07-251-0/+4
* Several fixes:archie2000-07-252-26/+59
* aic7xxx.c:gibbs2000-07-243-49/+92
* Fix a bug so that we have correct number of pccard instances in pcic_attach().iwasaki2000-07-241-1/+1
* Allocate major number 153 for the character device interface for the ti(4)ken2000-07-241-0/+1
* Allocate major 152 to ACPI.phk2000-07-241-0/+1
* Sundry changes to debugging code.nsayer2000-07-242-35/+75
* When manual pages are moved or removed, MANX should be changedsheldonh2000-07-2421-0/+21
* Document device tdfx and options TDFX_LINUX.asmodai2000-07-242-0/+6
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-2424-103/+298
* Using an atomic operation here won't help if nobody else uses them (forgreen2000-07-231-2/+3
* Add bounds checking to stackgap_alloc. Previously it was possiblemarcel2000-07-236-22/+28
* MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX.tanimura2000-07-234-76/+273
* Clean this up with some BDE-inspired fixes.markm2000-07-237-73/+92
* Remove the awi(4) manual page from the sys/ hierarchy after a repo-sheldonh2000-07-231-154/+0
* Solve the problem where it is possible to get the kernel stuck ingreen2000-07-231-3/+31
OpenPOWER on IntegriCloud