summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate all IP Options handling functions into ip_options.[ch] andandre2005-11-181-0/+1
| | | | | | | | | | | | | | | | | | | | include ip_options.h into all files making use of IP Options functions. From ip_input.c rev 1.306: ip_dooptions(struct mbuf *m, int pass) save_rte(m, option, dst) ip_srcroute(m0) ip_stripoptions(m, mopt) From ip_output.c rev 1.249: ip_insertoptions(m, opt, phlen) ip_optcopy(ip, jp) ip_pcbopts(struct inpcb *inp, int optname, struct mbuf *m) No functional changes in this commit. Discussed with: rwatson Sponsored by: TCP/IP Optimization Fundraise 2005
* twa corresponding to the 9.3.0.1 release on the 3ware website. This driver hasvkashyap2005-11-081-2/+4
| | | | | support for the 9xxxSX controllers, along with the earlier 9xxxS series controllers.
* Catch up with ACPI-CA 20051021 importjkim2005-11-011-0/+6
|
* Tie acpi_hpet.c into the module and kernel.phk2005-10-311-0/+1
|
* Finally complete some work on generalizing the PCF8584-based I2Cjoerg2005-10-281-0/+1
| | | | | | | | | | | drivers I started quite some time before. Retire the old i386-only pcf driver, and activate the new general driver that has been sitting in the tree already for quite some time. Build the i2c modules for sparc64 architectures as well (where I've been developing all this on).
* Hook acpi_smbat up to the build.njl2005-10-231-0/+1
|
* Remove duplicate entry.ru2005-10-201-1/+0
|
* Move dc sources from pci and dev/mii into dev/dc.imp2005-10-181-3/+3
|
* Remove the sx(4) driver at the request of the author. The authorjhb2005-10-141-4/+0
| | | | | | | | | originally wrote it for 4.x and hasn't really had the time to fully update it to 5.x and later. Also, the author doesn't use the hardware anymore as well. If someone does need this driver they can always resurrect it from the Attic. Requested by: Frank Mayhar frank at exit dot com
* Backout strtok() addition to libkern, strsep() is enough and strtok()pjd2005-10-061-1/+0
| | | | | | is not safe. Discussed with: stefanf, njl
* Add strtok() and strtok_r() function to libkern.pjd2005-10-061-0/+1
| | | | MFC after: 2 weeks
* Include forgotten rtl80x9 file for ed.imp2005-10-051-0/+1
|
* Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supportsscottl2005-10-031-0/+1
| | | | | | | | | | | interface polling, compiles on 64-bit platforms, and compiles on NetBSD, OpenBSD, BSD/OS, and Linux. Woo! Thanks to David Boggs for providing this driver. Altq, sppp, netgraph, and bpf are required for this driver to operate. Userland tools and man pages will be committed next. Submitted by: David Boggs
* Soft volume implementation for audio devices without pcm mixer controller.netchild2005-10-021-0/+1
| | | | | Submitted by: Ariff Abdullah <skywizard@MyBSD.org.my> Tested by: multimedia@
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-271-1/+0
| | | | | | | | replacement and has additional features which make it superior. Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG_6 as transition period)
* Add pccard_device.cimp2005-09-201-0/+1
|
* sample.c needs ath magic include pathphk2005-09-191-1/+2
|
* Add tnt4882 driver to the buildphk2005-09-151-2/+5
|
* Don't pollute the entire kernel build with -I$S/contrib/dev/ath andobrien2005-09-111-4/+8
| | | | | -I$S/contrib/dev/ath/freebsd. "ATH_BUILDING_FROM_SOURCE" can be defined to globally get back -I$S/contrib/dev/ath.
* Don't pollute the entire kernel build with -I$S/contrib/ipfilter.obrien2005-09-111-13/+26
|
* Don't pollute the entire kernel build with -I$S/contrib/pf.obrien2005-09-111-16/+32
|
* Don't pollute the entire kernel build with -I$S/contrib/ngatm.obrien2005-09-111-27/+54
|
* Don't pollute the entire kernel build with -I$S/dev/twa.obrien2005-09-111-5/+10
|
* Oops, I forget to add item in files .takawata2005-08-261-0/+1
| | | | Pointed out by: pjd
* Add code for Ext2FS and ReiserFS labels recognition.pjd2005-08-121-0/+2
| | | | | | Submitted by: Stanislav Sedov <stas@310.ru> PR: kern/84638 MFC after: 1 week
* Add strcasecmp() and strncasecmp() to libkern and connect to the build.pjd2005-08-081-0/+1
|
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+1
| | | | | | | and KTR. Contributed by: Antoine Brodin <antoine.brodin@laposte.net> Concept code from: Neal Fachan <neal@isilon.com>
* Connect GEOM_ELI class to the build.pjd2005-07-271-0/+5
| | | | MFC after: 1 week
* Connect GZERO to the build.pjd2005-07-251-0/+1
| | | | MFC after: 3 days
* Add the latest r300 code from r300.sf.net. This is based on the patch suppliedanholt2005-07-201-0/+1
| | | | | | by Vladimir Dergachev for inclusion in DRM CVS, with minor modifications for FreeBSD CVS and the appropriate license from Nicolai Haehnle on r300_reg.h. Fixes hangs when using r300.sf.net userland, tested on a Radeon 9600 on amd64.
* This has worked for a while now. ex pccard attachmentimp2005-07-191-1/+1
|
* Add additional sub-systems to the warning users get when they build aobrien2005-07-171-3/+6
| | | | kernel that has become GPL infected.
* kbdmux(4) keyboard multiplexer integrationemax2005-07-141-0/+1
| | | | | | | | | | | | | o Add minimal kbdmux(4) man page to the source tree (more details to follow); o Hook up kbdmux(4) to the build. This concludes the first part of the kbdmux(4) keyboard multiplexer integration. It now should be possible to use kbdmux(4), however one must configure kbdmux(4) by hand (i.e. load kbdmux(4) module and use kbdcontrol(1) to add/remove slave keyboards to/from kbdmux(4)). MFC after: 1 week
* Add SL811 based host controller driver for CF usb host controller.takawata2005-07-141-0/+2
| | | | | | This is based on NetBSD slhci(4) driver for X68k amateur hardware. For now, it will not work properly, but it can detect usb device insertion.
* Update for the new and removed MPT driver files.scottl2005-07-101-1/+2
| | | | | Submitted by: gibbs Approved by: re
* Connect reiserfs build to every platforms, not only i386 and pc98.dumbbell2005-06-211-0/+9
| | | | | Reviewed by: mux (mentor) Approved by: re (dougb)
* Don't compile legacy libalias support into kernel.glebius2005-06-201-1/+0
| | | | Approved by: re (dwhite)
* Preserve sorting order.jkoshy2005-06-161-5/+2
| | | | | Submitted by: obrien Approved by: re
* Move ext2fs from src/gnu to src/gnu/fs.rodrigc2005-06-151-11/+11
| | | | | | | Discussed on arch@. Reviewed by: kan Approved by: re (blanket), kan
* Refactor the NETSMBCRYPTO option so that it does the same on allmarcel2005-06-121-0/+2
| | | | | | | | platforms. ARM is excluded as it doesn't yet have any crypto sources. Approved by: re (dwhite) MFC after: 1 day
* Attach ng_tcpmss to the build.glebius2005-06-101-0/+1
|
* MFP4:jkoshy2005-06-091-0/+1
| | | | | | | | | | | | | | | | - Implement sampling modes and logging support in hwpmc(4). - Separate MI and MD parts of hwpmc(4) and allow sharing of PMC implementations across different architectures. Add support for P4 (EMT64) style PMCs to the amd64 code. - New pmcstat(8) options: -E (exit time counts) -W (counts every context switch), -R (print log file). - pmc(3) API changes, improve our ability to keep ABI compatibility in the future. Add more 'alias' names for commonly used events. - bug fixes & documentation.
* Connect if_bridge to the build.thompsa2005-06-051-0/+2
| | | | Approved by: mlaier (mentor)
* ng_nat - a netgraph(4) node, which does NATglebius2005-05-051-0/+1
|
* libalias is now buildable as kernel moduleglebius2005-05-051-0/+13
|
* Introduce MAC Framework and MAC Policy entry points to label and controlrwatson2005-05-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | access to POSIX Semaphores: mac_init_posix_sem() Initialize label for POSIX semaphore mac_create_posix_sem() Create POSIX semaphore mac_destroy_posix_sem() Destroy POSIX semaphore mac_check_posix_sem_destroy() Check whether semaphore may be destroyed mac_check_posix_sem_getvalue() Check whether semaphore may be queried mac_check_possix_sem_open() Check whether semaphore may be opened mac_check_posix_sem_post() Check whether semaphore may be posted to mac_check_posix_sem_unlink() Check whether semaphore may be unlinked mac_check_posix_sem_wait() Check whether may wait on semaphore Update Biba, MLS, Stub, and Test policies to implement these entry points. For information flow policies, most semaphore operations are effectively read/write. Submitted by: Dandekar Hrishikesh <rishi_dandekar at sbcglobal dot net> Sponsored by: DARPA, McAfee, SPARTA Obtained from: TrustedBSD Project
* Update the file.* entries for the new home of hwpmcscottl2005-04-291-1/+1
|
* Patches from Ruslan Ermilov to address problems compiling LINTdarrenr2005-04-281-1/+5
|
* retire the musycc E1/T1 driver.phk2005-04-251-1/+0
|
* Make aic*_reg_print.o appear in the .depend file, fixing the "make"ru2005-04-221-8/+28
| | | | | | failure after "make depend; make clean". Prodded by: bde
OpenPOWER on IntegriCloud