aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-07247-1498/+1871
* Sigh, all good words are reserved words these days...Poul-Henning Kamp1998-06-072-4/+4
* Added a used include (in ifdefed code).Bruce Evans1998-06-071-1/+3
* Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-071-5/+5
* Fixed pedantic syntax errors caused by a trailing semicolon in a macroBruce Evans1998-06-071-2/+2
* Null change. Forgot to mention in previous log message that MNT_NOATIMEBruce Evans1998-06-071-1/+1
* Fixed some longstanding timestamp bugs:Bruce Evans1998-06-071-57/+70
* Sync with sys/i386/isa/clock.c revision 1.122.KATO Takenori1998-06-073-15/+15
* Add a "this" style argument and a "void *private" so timecounters canPoul-Henning Kamp1998-06-0711-51/+49
* Don't call PunchFWHole() ifdef NO_FW_PUNCHBrian Somers1998-06-063-0/+6
* Make sure the default value of a dummy variable is 0Julian Elischer1998-06-062-4/+4
* Fix wrong data type for a pointer.Julian Elischer1998-06-065-16/+17
* clean up the changes made to ipfw over the last weeksJulian Elischer1998-06-066-101/+52
* keymap -> key_map so that the kernel will compile withSteve Price1998-06-063-6/+6
* Spelling corrections.Joseph Koshy1998-06-061-11/+11
* Make LINE30 a new style option.KATO Takenori1998-06-062-2/+4
* Make BS_TARG_SAFEMODE a new style option.KATO Takenori1998-06-062-2/+4
* Don't attempt to copy the whole slices "struct" for DIOCGSLICEINFO.Bruce Evans1998-06-061-2/+3
* Removed dead code.Bruce Evans1998-06-061-35/+1
* Reviewed by: Kirk Mckusick (mckusick@mckusick.com)Julian Elischer1998-06-051-1/+6
* Reverse the default sense of the IPFW/DIVERT reinjection codeJulian Elischer1998-06-059-47/+50
* Changed the log() of "Out of mbuf clusters - increase maxusers" to aDavid Greenman1998-06-051-2/+2
* Moved limit frobbing (and the resulting limcopy()) that occurs forDavid Greenman1998-06-052-9/+13
* If we are out of mb_map space and we failed to m_reclaim() anything andDavid Greenman1998-06-051-7/+15
* Reviewed by: hasty@star-gate.comAmancio Hasty1998-06-052-0/+4
* Sync with sys/i386/isa/sio.c revision up to 1.205.KATO Takenori1998-06-052-20/+20
* Sync with sys/i386/conf/GENERIC revision 1.110.KATO Takenori1998-06-052-2/+16
* spurious ntohs calls were stopping some packets from being recognisedJulian Elischer1998-06-051-6/+6
* Use size_t instead of u_int for sizes.Doug Rabson1998-06-041-3/+3
* If the filesystem blocksize is less than the VM page size, use the genericDoug Rabson1998-06-041-1/+7
* Don't cast a pointer to an int in DQHASH.Doug Rabson1998-06-041-2/+2
* Add the DPT driver here. It's kinda ironic that it got enabled in -stableJordan K. Hubbard1998-06-032-2/+16
* Force success of the probe (after doing it as before except in oneBruce Evans1998-06-033-12/+15
* Fixed a printf() arg botch in the previous commit.Bruce Evans1998-06-033-21/+18
* Sync with sys/i386/i386/machdep.c revision 1.298.KATO Takenori1998-06-032-4/+42
* Ifdefed the netisr support.Bruce Evans1998-06-032-4/+42
* If vm86 services are available, use these to perform the APM BIOSMike Smith1998-06-039-37/+183
* Increment __FreeBSD_version because the semctl() prototype changedJohn Polstra1998-06-021-2/+2
* ".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulationJordan K. Hubbard1998-06-022-18/+26
* Cleanup and remove some dead code from the initialization.John Dyson1998-06-021-15/+5
* Correct sleep priority.John Dyson1998-06-024-8/+8
* Add a reference to the original softupdates paperJulian Elischer1998-06-021-0/+2
* Add a reference to the Ganger/Patt paperJulian Elischer1998-06-022-0/+6
* o Return error when the controller can't accept commands.Eivind Eklund1998-06-025-19/+18
* Set PAGE_SIZE for _SC_PAGESIZE sysconf().Peter Dufault1998-06-012-0/+2
* Allow devfs to support the 'uk' deviceJulian Elischer1998-06-011-3/+27
* Sync with sys/i386/isa/sio.c revision 1.203.KATO Takenori1998-06-012-46/+56
* Make sure we go a nfs_fsinfo() in get/putpages before callingPeter Wemm1998-06-012-60/+140
* Fix post-test pre-commit cleanup typo.Peter Wemm1998-06-012-4/+4
* readlink() returns EINVAL rather than EPERM if called on a non-symlink.Peter Wemm1998-06-012-4/+4