summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reviewed by: Doug Rabsonnsouch1998-09-033-1/+1216
* Reviewed by: Doug Rabsonnsouch1998-09-034-0/+206
* Reviewed by: Doug Rabsonnsouch1998-09-032-2/+12
* Reviewed by: Doug Rabsonnsouch1998-09-036-9/+120
* This commit was generated by cvs2svn to compensate for changes in r38776,nsouch1998-09-036-0/+873
|\
| * Submitted by: nsouchnsouch1998-09-036-0/+873
* | This commit was generated by cvs2svn to compensate for changes in r38774,nsouch1998-09-038-0/+1843
|\ \ | |/
| * Submitted by: nsouchnsouch1998-09-038-0/+1843
* Bump __FreeBSD_version to 300004 to indicate post E-day.asami1998-09-031-2/+2
OpenPOWER on IntegriCloud