aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Push m_apply() and m_getptr() up into the colleciton of standard mbufBruce M Simpson2003-12-151-1/+0
* Fix a locking problem with MD_ROOT_SIZE.Poul-Henning Kamp2003-12-131-1/+0
* Commit the first cut of Project Evil, also known as the NDISulator.Bill Paul2003-12-111-0/+6
* Move the ia32_sigtramp.S file back under amd64/. This interfaces closelyPeter Wemm2003-12-111-1/+1
* Assimilate ia64 back into the fold with the common freebsd32/ia32 code.Peter Wemm2003-12-111-3/+6
* Use gcc's superior ffs() builtin.Peter Wemm2003-12-101-1/+0
* The DEV_ACPI option is no longer used, so g/c it.John Baldwin2003-12-101-1/+0
* Remove duplicate script for locore.oAndrew Gallatin2003-12-091-3/+0
* Add PowerPC CFLAGS.David E. O'Brien2003-12-071-0/+9
* Remote meteor driver. It hasn't compiled in over 3 years. If someoneWarner Losh2003-12-074-25/+1
* Now that we have the en(4) driver, we no longer need the hea driver.Warner Losh2003-12-072-15/+0
* The dgb driver is redundant with the digi driver in the tree. It usesWarner Losh2003-12-074-4/+1
* Continue to remove drivers that don't compile and haven't compiled inWarner Losh2003-12-072-2/+0
* HEAD is at 5.2-CURRENT nowScott Long2003-12-071-1/+1
* First part of the removal of drivers for hardware that isn't relevantWarner Losh2003-12-072-2/+0
* Connect the cx driver to its new location in the tree.Warner Losh2003-12-032-3/+6
* There is no such thing as a pc98 machine with ISA expansion slots, norWarner Losh2003-12-031-3/+0
* Export a few SMP related symbols in UP kernels as well. This is needed toJohn Baldwin2003-12-031-1/+1
* Align the .ctors section correctly.Poul-Henning Kamp2003-12-031-0/+1
* Major 186 for sx driver (for Specialix I/O8+) by frank@exit.comWarner Losh2003-12-021-0/+1
* Rename the ELAN_* options to CPU_ELAN_* according the the brucification.Poul-Henning Kamp2003-12-011-2/+2
* Turns out that building modules with the kernel opt files isWarner Losh2003-11-251-1/+0
* Move us into 5.2-BETAScott Long2003-11-221-2/+2
* New major number:Warner Losh2003-11-211-0/+1
* Introduce tcp_hostcache and remove the tcp specific metrics fromAndre Oppermann2003-11-201-0/+1
* o Remove @- from the ln and change it to a -sf. This was bogus, andWarner Losh2003-11-191-1/+1
* Initial landing of SMP support for FreeBSD/amd64.Peter Wemm2003-11-172-59/+42
* Ignore errors on ln. This is a quick fix for the make depend twice inWarner Losh2003-11-171-1/+1
* Copy ukbdmap.h rules from .i386.Warner Losh2003-11-171-0/+6
* Make interrupt pipe interval time configurable.Shunsuke Akiyama2003-11-162-0/+8
* As mentioned by warner, previous revision (opt_ddb.h) was just a fluke --Brian Feldman2003-11-161-3/+1
* It appears opt_global.h may cause opt_ddb.h to be needed. Adding itBrian Feldman2003-11-161-1/+3
* Fix the building of null module. In the DIAGNOSTICS case, we includeWarner Losh2003-11-161-0/+12
* Implement Cx CPU idle states and updated throttling support.Nate Lawson2003-11-151-0/+1
* MFi386: revision 1.201.Yoshihiro Takahashi2003-11-151-6/+8
* Moved $FreeBSD$ to the beginning of the file.Bruce Evans2003-11-141-6/+5
* Introduce ip_fastforward and remove ip_flow.Andre Oppermann2003-11-141-1/+1
* University of Michigan's Citi NFSv4 kernel client code.Alfred Perlstein2003-11-141-0/+9
* Include opt_global.h in the modules build, when building from a normalBrian Feldman2003-11-142-0/+4
* Add sbp_targ(4).Hidetoshi Shimokawa2003-11-141-0/+1
* avoid module name conflict with opencrypto/rijndael.c.Hajimu UMEMOTO2003-11-121-1/+1
* Modify the MAC Framework so that instead of embedding a (struct label)Robert Watson2003-11-121-0/+1
* Add an implementation of turnstiles and change the sleep mutex code to useJohn Baldwin2003-11-111-0/+1
* cleanup rijndael API.Hajimu UMEMOTO2003-11-111-1/+1
* Disable probing of HTT CPUs by default for the MP Table case. HTT CPUsJohn Baldwin2003-11-112-0/+2
* Add a uart attachment/syscons keyboard driver for sun keyboards. In theoryJake Burkholder2003-11-111-0/+1
* enable aes-xcbc-mac and aes-ctr, again.Hajimu UMEMOTO2003-11-101-3/+3
* Rename npx.c to fpu.c (it isn't an extension, its part of the corePeter Wemm2003-11-081-1/+1
* Fixed insertion sort errors in the opt_cpu.h section.Bruce Evans2003-11-071-12/+10
* Allow the ng_uni node (NgATM signalling layer) to be built into theHartmut Brandt2003-11-073-0/+11