summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Let modules use the kernel's opt_*.h files if built along withyar2005-10-1466-72/+155
* In preparation for making the modules actually use opt_*.h filesyar2005-10-143-8/+6
* - Print number of physical/logical cores and more CPUID info.jkim2005-10-148-23/+196
* Close a race in the ufs_lookup() code that handles the ISDOTDOTtruckman2005-10-141-1/+3
* Merge over the remaining changes from i386 of the ksiginfo_t changes sojhb2005-10-141-43/+21
* Make four more functions static that were missed in the last commit.thompsa2005-10-141-5/+5
* Add a default value for VM_BCACHE_SIZE_MAX of 400MB. This is copied fromkris2005-10-141-0/+8
* The signal code is now an int rather than a long, so update debug printfs.jhb2005-10-142-4/+4
* Partially revert revision 1.66, which contained a change that did notkris2005-10-141-4/+4
* Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032jhb2005-10-146-2/+62
* Whitespace.jhb2005-10-141-1/+1
* Remove the sx(4) driver at the request of the author. The authorjhb2005-10-1411-2536/+0
* Change the userland atomic operations on arm to use memory operands forjhb2005-10-141-16/+22
* Sort ath_rate_* entries. Mark ath_rate_sample as the desired algorithm.ru2005-10-142-4/+4
* Fix a regression that prevented PERC3 hardware from working. Apparently theyscottl2005-10-142-29/+47
* Get rid of duplicate -I's in CFLAGS.ru2005-10-141-5/+1
* Sort SUBDIR and surrounding definitions.ru2005-10-141-4/+4
* Change I-O data WB-B11/CFZ entry to ELSA XI330 as the former is aimp2005-10-141-1/+1
* Add ELSA XI330 product. This is rebadged and sold as SMC 2532W-B andimp2005-10-141-0/+2
* Regen for sigqueue syscall.davidxu2005-10-145-7/+16
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-1444-525/+1038
* From the PR:glebius2005-10-141-14/+14
* Change most of the bridge and stp funtions to static. This has highlightedthompsa2005-10-142-209/+226
* Cleanup from __FreeBSD_version.glebius2005-10-141-73/+2
* MFP4: Minor tweaks.imp2005-10-141-1/+5
* Merge in WIP from p4 for supporting ISA pccard bridges conforming toimp2005-10-141-17/+43
* Add ksiginfo_t which is a wrapper of siginfo_t but allows us to carrydavidxu2005-10-141-0/+39
* Add POSIX siginfo_t's si_code, this is for upcoming POSIX realtime signaldavidxu2005-10-142-19/+73
* Further clean up the bridge hooks in if_ethersubr.c and ng_ether.cthompsa2005-10-145-48/+37
* Restore the UP optimization to reduce the number of TLB invalidations. Thealc2005-10-131-4/+11
* From 101 ways to panic your kernel.thompsa2005-10-132-1/+13
* If we can't probe the RTL80x9 for some reason, fall back to probing itimp2005-10-131-3/+10
* o Fix probing of rtl80x9 parts. We shouldn't be callingimp2005-10-131-5/+6
* Consolidate two adjacent conditional blocksjulian2005-10-131-5/+1
* In detach method, move if_free() after bus_teardown_intr().ru2005-10-1315-29/+42
* Minor tweaks and fixups:jhb2005-10-132-69/+61
* Remove a stale comment.ru2005-10-131-1/+0
* - When flushing node input queue, check whether item has a callback. Ifglebius2005-10-131-0/+6
* Clean up the if_bridge hooks a bit in if_ethersubr.c and ng_ether.c, movethompsa2005-10-133-33/+10
* Minor cleanups, no functional changessos2005-10-131-17/+2
* Restore optimizations to reduce TLB shootdowns.ups2005-10-131-25/+24
* Fix tinderbox box by removing incomplete/bad spl usage. Proper giant freeambrisko2005-10-121-6/+0
* Add support for the ATI IXP[234]00 series chipsets.sos2005-10-124-1/+126
* Change the reference counting to count the number of cloned interfaces for eachthompsa2005-10-1211-104/+66
* Be pedantic here: We're converting from network byte order to hostimp2005-10-121-2/+2
* o INP_ONESBCAST is inpcb.inp_vflag flag not inp_flags. The confusionmaxim2005-10-122-3/+3
* Use a better EVFILT_LIO description!ambrisko2005-10-121-1/+1
* Add in kqueue support to LIO event notification and fix how it handledambrisko2005-10-123-125/+206
* When performing a VOP_LOOKUP() as part of UFS1 extended attributerwatson2005-10-121-0/+1
* After rev. 1.103 the oitem and ierror are no longer needed, remove them.glebius2005-10-121-18/+4
OpenPOWER on IntegriCloud