summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* remove a stale comment on the behaviour of arpresolveluigi2004-04-251-10/+0
* Start the arp timer at init time.luigi2004-04-251-10/+1
* Merged from sys/isa/fd.c revision 1.270.nyan2004-04-252-4/+18
* Sync to 1.171 of usbdevssanpei2004-04-252-2/+9
* Add support Buffalo(MELCO) USB-Key Lan Adaptor(LUA-U2-KTX)sanpei2004-04-252-0/+2
* This commit does two things:luigi2004-04-259-111/+118
* Add ng_sppp(4) to the modules build process.rik2004-04-251-0/+1
* Zero the physical page only if it is invalid and not prezeroed.alc2004-04-251-7/+9
* Fixed breakage of the formatting operation in rev.1.266. The wrongbde2004-04-252-4/+18
* Don't mask TCD in IMR0 when we initialize the channel. Doing so makesmarcel2004-04-251-1/+1
* The paper "Hashed Timers and Hierarchical Wheels: Data Structures for thehmp2004-04-251-1/+1
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationdas2004-04-256-0/+18
* fix one typo and remove one wrong lineluigi2004-04-251-2/+1
* Some code cleanup:tmm2004-04-253-128/+28
* Prefix a printf with the device name.tmm2004-04-251-1/+1
* Plug a mem leak in vinum_scandisk().le2004-04-241-0/+1
* Correct and extend the description of the behaviour of rt_check().luigi2004-04-241-7/+27
* document the locking behaviour of the functions that accessluigi2004-04-241-3/+15
* Add a VM_OBJECT_LOCK_ASSERT() call. Remove splvm() and splx() calls. Movealc2004-04-241-7/+5
* arpcom untangling:luigi2004-04-242-3/+3
* arpcom untangling:luigi2004-04-241-5/+6
* Connect ng_sppp to the build process.rik2004-04-243-0/+3
* arpcom untangling:luigi2004-04-243-10/+7
* Update the comment describing vm_page_grab() to reflect the previousalc2004-04-241-6/+5
* Push down the responsibility for zeroing a physical page from thealc2004-04-247-13/+2
* Try the simplify determining what is ata0 and ata1.sos2004-04-241-17/+1
* Disable interrupts while testing the timer. Not doing this unnecessarilynjl2004-04-241-6/+7
* Change setup for SiS device to allow PCI native mode.sos2004-04-241-4/+4
* Add IC Book Labs Gunboat x2 and x4 series of serial adapters.sobomax2004-04-241-0/+45
* Fixed some style bugs (useless forward declarations of structs andbde2004-04-241-6/+3
* Fix build for non-COMPAT_FREEBSD4 configurations. Make the FreeBSD 4marcel2004-04-241-0/+10
* In cases where a file was resident in memory mmap(..., PROT_NONE, ...)alc2004-04-242-5/+6
* - Catch up with recent ATA changes.grehan2004-04-232-6/+9
* Wrap two long lines in the previous commit.silby2004-04-231-2/+4
* Correct an edge case in tcp_mss() where the cached path MTUandre2004-04-232-4/+4
* Make sure RFCOMM multiplexor channel does not hang in DISCONNECTINGemax2004-04-231-3/+6
* Make sure Bluetooth stuff can be statically compiled into kernelemax2004-04-234-0/+50
* Clean up two printf()s that were on a line by themselves unintendedlytmm2004-04-231-2/+2
* Enable the led-toggling magic. Compiling files which are in the kernel intophilip2004-04-233-27/+2
* Correct KASSERT()s that check for initialization of mutexes in ndis_detach(),wpaul2004-04-231-2/+6
* Add the comment of the previous commit to the source file directly.andre2004-04-231-1/+5
* Call ip_output() with IP_FORWARD flag to prevent it from overwriting theandre2004-04-231-2/+2
* Add a stopgap for the EBus breakage on sparc64 since the PCI code doesmarius2004-04-231-0/+8
* Add files required for the NETSMBCRYPTO option.tjr2004-04-231-0/+3
* Add the option versrcreach to verify that a valid route to theandre2004-04-232-7/+32
* Fix a potential race when purging expired hostcache entries.andre2004-04-231-3/+3
* Hook up acpi_asus and its manual page in two more places I managed to overlookphilip2004-04-231-1/+1
* Push down Giant into vm_pager_get_pages(). The only get pages methods thatalc2004-04-232-0/+5
* Start programming the bus numbers for the pci<->cardbus. When theimp2004-04-231-1/+30
* Utilize sf_buf_alloc() rather than pmap_qenter() (and sometimesalc2004-04-233-21/+15
OpenPOWER on IntegriCloud