aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* MFamd64: implement the PG_UNMANAGED flag on vm_pages.Andrew Gallatin2004-04-261-4/+9
* Since pmap_pinit() wants a prezeroed page, change it to ask for one. (NoteAlan Cox2004-04-261-4/+1
* Always use nd.ni_vp->v_mount as an argument for VFS_QUOTACTL(), just likePawel Jakub Dawidek2004-04-262-10/+8
* The previous change to mount(8) to report ufs or ufs2 usedBosko Milekic2004-04-261-2/+9
* Add 'enableWindowing' configuration knob to the ng_pptpgre(4) netgraph node.Archie Cobbs2004-04-262-36/+52
* Fix build breakage.Takanori Watanabe2004-04-261-1/+1
* Move the call to AcpiEnterSleepStatePrep() to before we select the BSPNate Lawson2004-04-261-6/+10
* Tighten up reset handling in order to make reset attacks as difficult asMike Silbersack2004-04-263-0/+21
* Fix two typos from PR: 65694Warner Losh2004-04-262-2/+2
* Use a more compact syntax for passing the "binary" options to 'ld'.David E. O'Brien2004-04-256-6/+6
* Simplify the building of our i386 'binary' boot components by directlyDavid E. O'Brien2004-04-256-35/+12
* Another small set of changes to reduce diffs with the new arp code.Luigi Rizzo2004-04-251-31/+18
* remove a stale comment on the behaviour of arpresolveLuigi Rizzo2004-04-251-10/+0
* Start the arp timer at init time.Luigi Rizzo2004-04-251-10/+1
* Merged from sys/isa/fd.c revision 1.270.Yoshihiro Takahashi2004-04-252-4/+18
* Sync to 1.171 of usbdevsMIHIRA Sanpei Yoshiro2004-04-252-2/+9
* Add support Buffalo(MELCO) USB-Key Lan Adaptor(LUA-U2-KTX)MIHIRA Sanpei Yoshiro2004-04-252-0/+2
* This commit does two things:Luigi Rizzo2004-04-259-111/+118
* Add ng_sppp(4) to the modules build process.Roman Kurakin2004-04-251-0/+1
* Zero the physical page only if it is invalid and not prezeroed.Alan Cox2004-04-251-7/+9
* Fixed breakage of the formatting operation in rev.1.266. The wrongBruce Evans2004-04-252-4/+18
* Don't mask TCD in IMR0 when we initialize the channel. Doing so makesMarcel Moolenaar2004-04-251-1/+1
* The paper "Hashed Timers and Hierarchical Wheels: Data Structures for theHiten Pandya2004-04-251-1/+1
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationDavid Schultz2004-04-256-0/+18
* fix one typo and remove one wrong lineLuigi Rizzo2004-04-251-2/+1
* Some code cleanup:Thomas Moestl2004-04-253-128/+28
* Prefix a printf with the device name.Thomas Moestl2004-04-251-1/+1
* Plug a mem leak in vinum_scandisk().Lukas Ertl2004-04-241-0/+1
* Correct and extend the description of the behaviour of rt_check().Luigi Rizzo2004-04-241-7/+27
* document the locking behaviour of the functions that accessLuigi Rizzo2004-04-241-3/+15
* Add a VM_OBJECT_LOCK_ASSERT() call. Remove splvm() and splx() calls. MoveAlan Cox2004-04-241-7/+5
* arpcom untangling:Luigi Rizzo2004-04-242-3/+3
* arpcom untangling:Luigi Rizzo2004-04-241-5/+6
* Connect ng_sppp to the build process.Roman Kurakin2004-04-243-0/+3
* arpcom untangling:Luigi Rizzo2004-04-243-10/+7
* Update the comment describing vm_page_grab() to reflect the previousAlan Cox2004-04-241-6/+5
* Push down the responsibility for zeroing a physical page from theAlan Cox2004-04-247-13/+2
* Try the simplify determining what is ata0 and ata1.Søren Schmidt2004-04-241-17/+1
* Disable interrupts while testing the timer. Not doing this unnecessarilyNate Lawson2004-04-241-6/+7
* Change setup for SiS device to allow PCI native mode.Søren Schmidt2004-04-241-4/+4
* Add IC Book Labs Gunboat x2 and x4 series of serial adapters.Maxim Sobolev2004-04-241-0/+45
* Fixed some style bugs (useless forward declarations of structs andBruce Evans2004-04-241-6/+3
* Fix build for non-COMPAT_FREEBSD4 configurations. Make the FreeBSD 4Marcel Moolenaar2004-04-241-0/+10
* In cases where a file was resident in memory mmap(..., PROT_NONE, ...)Alan Cox2004-04-242-5/+6
* - Catch up with recent ATA changes.Peter Grehan2004-04-232-6/+9
* Wrap two long lines in the previous commit.Mike Silbersack2004-04-231-2/+4
* Correct an edge case in tcp_mss() where the cached path MTUAndre Oppermann2004-04-232-4/+4
* Make sure RFCOMM multiplexor channel does not hang in DISCONNECTINGMaksim Yevmenkin2004-04-231-3/+6
* Make sure Bluetooth stuff can be statically compiled into kernelMaksim Yevmenkin2004-04-234-0/+50
* Clean up two printf()s that were on a line by themselves unintendedlyThomas Moestl2004-04-231-2/+2