summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* do not insert a dest option header (even specified by a user) thatume2003-10-311-1/+13
* Add support for the Broadcom BCM5788 (just another entry to the PCIwpaul2003-10-312-0/+3
* (icmp6_rip6_input) if the received data is small enough but in anume2003-10-311-2/+46
* rename MLD6_* to MLD_*.ume2003-10-312-17/+18
* use arc4random.ume2003-10-314-9/+6
* initialize in6_tmpaddrtimer_ch.ume2003-10-311-0/+1
* nuku unused functions in6_nigroup_attach() andume2003-10-312-61/+0
* MFi386: revision 1.579.nyan2003-10-312-28/+20
* - Finish externing of r_idt in the f00f hack code.jhb2003-10-311-14/+10
* MFi386: revision 1.198.nyan2003-10-311-8/+8
* Merged from sys/isa/syscons_isa.c revision 1.24.nyan2003-10-312-0/+8
* MFi386: revision 1.578.nyan2003-10-312-16/+2
* Fix breakage on ia64: PAGE_SIZE on ia64 is large enough that more thanharti2003-10-311-1/+5
* Add a new sysctl MIB to control exclusive login.simokawa2003-10-311-1/+6
* - Add static to local functions and data where it was missing.jeff2003-10-311-78/+222
* - Add 4 kse flags for use in the schedulers.jeff2003-10-311-0/+4
* Fix two bugs introduced with the rstack functionality and specific tomarcel2003-10-311-1/+2
* Tweak the calculation of minbfree in ffs_dirpref() so that onlytruckman2003-10-311-7/+7
* While not illegal, attempt to pacify gcc -Wundef. It just so happenspeter2003-10-311-3/+3
* - Synchronize access to the swdevt's sw_flags with sw_dev_mtx.alc2003-10-311-2/+3
* Reject too large OHCI version number.simokawa2003-10-311-4/+5
* Add a compatibility macro for FreeBSD-4.simokawa2003-10-311-0/+1
* Make TUNDEBUG use if_printf instead of printf.brooks2003-10-311-24/+17
* Replace a couple printfs with if_printfs.brooks2003-10-311-4/+3
* Initialize if_softc and use it in favor of &ipr_softc[ifp->if_unit] tobrooks2003-10-311-3/+4
* Remove unused lp_unit member from softc.brooks2003-10-301-3/+0
* Remove unused FXP_UNIT() macro.brooks2003-10-301-2/+0
* ifp->if_name can't be null when we just assigned a static string to it.brooks2003-10-301-5/+0
* Overhaul routing table entry cleanup by introducing a new rtexpungesam2003-10-308-74/+134
* style: strcmp() does not return a bool.brooks2003-10-301-1/+1
* use a local variable to avoid holding a lock across a call out of viewsam2003-10-301-4/+6
* Change the pmap_invalidate_xxx() functions so they test againstpeter2003-10-301-3/+3
* Fixup the sorting of some of the options. DISABLE_P* are still out ofjhb2003-10-301-8/+8
* Ensure that mp_ncpus is set to 1 if mp_cpu_probe() fails.jhb2003-10-301-1/+3
* Include "opt_pmap.h" so that the DISABLE_P* options are honored.jhb2003-10-302-0/+4
* Always export r_gdt and r_idt and give them extern declarations injhb2003-10-308-26/+2
* There is no way to enter the attach routine twice with the same softcbrooks2003-10-306-185/+173
* MFi386: thread specific fpu state optimizationspeter2003-10-301-1/+3
* - unlock on error.ume2003-10-301-4/+10
* Relock mntvnode_mtx if vget fails in vfs_stdsync. The loop iskan2003-10-301-0/+1
* Explain why the lock-free allocation algorithm is safe in our caseharti2003-10-301-0/+18
* Add sysctl MIB and loader tunable `hw.acpi.no_reset_video' asiwasaki2003-10-303-0/+17
* add management part of address selection policy described inume2003-10-305-0/+227
* Add support for the VIA 8237 (both PATA and SATA part).sos2003-10-302-80/+104
* Reinvent the used-flag for external mbufs. This and the on-card flagharti2003-10-303-19/+56
* - Synchronize access to the swdevt's sw_blist with sw_dev_mtx.alc2003-10-301-20/+20
* - Synchronize access to swdevhd using sw_dev_mtx.alc2003-10-301-7/+7
* MFi386: rev 1.451 (jhb): call pmap_kremove() rather than duplicate itpeter2003-10-301-5/+2
* MFi386: trap.c rev 1.259: fetch thread mailbox address in page fault trappeter2003-10-301-0/+2
* Try to fetch thread mailbox address in page fault trap, so when threaddavidxu2003-10-302-1/+5
OpenPOWER on IntegriCloud