summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - If the OACTIVE flag is set on entry to xl_start(), check to see if thewpaul1998-09-081-4/+68
* Add new atapi-cd driver that supports atapi CD-R/RW drives.sos1998-09-0815-36/+5570
* Add definitions for the ELF section attribute flags, SHF_*.jdp1998-09-081-1/+7
* Make PCIC_RESUME_RESET an proper option.brian1998-09-087-9/+25
* Oops, don't assume that the environment is normal in devfs_mount().bde1998-09-081-4/+6
* Sync with sys/i386/isa/clock.c revision 1.125.kato1998-09-083-9/+9
* Sync with sys/i386/i386/userconfig.c revision 1.107.kato1998-09-081-2/+5
* fix a problem with our definition of SNDCTL_DSP_GETBLKSIZE, to letluigi1998-09-081-0/+2
* Make profiling work for ELF. gprof now autodetects the format ofjdp1998-09-072-2/+10
* Load linux emulator lkm only when not already loaded. This avoidscracauer1998-09-072-4/+18
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-0728-123/+83
* Add entries for xl0, tlc0 and adv0. Some of these aren't evenjkh1998-09-071-2/+5
* Put the zombie ffs sysctl node in "notyet" state together with its fewbde1998-09-073-7/+5
* Use Elf_Addr to store addresses instead of Elf_Word.dfr1998-09-071-4/+4
* Device framework code now declared in MI code.dfr1998-09-074-64/+58
* Fix problem reported on bugtraq: check permission of device mountedguido1998-09-072-2/+38
* Make MFS do the default on VOP_FREEBLKS().phk1998-09-071-1/+2
* Made unloading of the nfs LKM sort of work. This is mainly to testbde1998-09-0716-32/+190
* Don't go below the low water mark of free pages due to optional prefaultingtegge1998-09-062-2/+20
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-0632-275/+1010
* Clean LINTrvb1998-09-069-30/+54
* Patch the transmit error handler to avoid following NULL pointers andwpaul1998-09-061-3/+4
* RFC 1644 has the status "Experimental Protocol", which means:phk1998-09-062-4/+4
* Store formatted panic string in static buffer to make it available laterache1998-09-063-7/+22
* Change the ELF64_R_SYM() to shift 32 bits instead of 8 bits to matchjb1998-09-051-23/+24
* Ignore the statically configured vfs type numbers and assign vfsbde1998-09-056-25/+73
* Instantiate `nfs_mount_type' in a standard file so that it is presentbde1998-09-059-16/+13
* Fixed bogotification of pseudocode for syscall args by rev.1.53 ofbde1998-09-053-10/+10
* Sysctl nodes are written to, so don't put them in the text section.bde1998-09-051-4/+4
* Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to informphk1998-09-059-19/+99
* Fixed recently perpetrated printf format errors.bde1998-09-053-8/+6
* Don't comment out dead code. Remove it.bde1998-09-051-18/+16
* Add support for MACHINE=pc98. This leaves a single legacy entry forjb1998-09-051-8/+3
* Add a GENERICupgrade config file for pc98 users to upgrade to elfjb1998-09-051-0/+212
* Sync with sys/i386/conf/files.i386 revision 1.201.kato1998-09-052-2/+4
* Sync with sys/i386/conf/Makefile.i386 revision 1.121.kato1998-09-052-4/+8
* Increase 'maxusers' to 32.kato1998-09-052-4/+4
* Make irq forwarding truely functional.luoqi1998-09-043-33/+3
* Increase 'maxusers' to 32; with the number of people using GENERIC asmsmith1998-09-042-4/+4
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-041-27/+27
* Device registration temporaly removed until major number allocation ok.nsouch1998-09-042-5/+8
* Modify the xl_mediacheck() routine to also test for the case where thewpaul1998-09-042-19/+44
* make sbflush panic messages more descriptiveache1998-09-042-6/+8
* PAGE_WAKEUP -> vm_page_wakeupache1998-09-042-14/+14
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-0418-139/+165
* Make SimOS work again.dfr1998-09-041-38/+57
* Make this build even if sio is not in the kernel.dfr1998-09-041-1/+7
* pcf.c added, support for the Philips PCF8584 I2C bus controllernsouch1998-09-042-2/+4
* Generic plug-and-play enumerator infrastructure. Query suppliedmsmith1998-09-044-5/+249
* Reviewed by: Doug Rabsonnsouch1998-09-031-0/+65
OpenPOWER on IntegriCloud