summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for LSI type software RAID's.sos2004-06-252-29/+335
* Make the frameworkl responsible for not passing the nodes a NULL mbuf pointer.julian2004-06-256-13/+11
* Use generic routines for BREAK and modem control ioctls.phk2004-06-251-54/+25
* Use generic modem control and BREAK ioctl handling. This eliminatedphk2004-06-251-91/+34
* Release UNIX domain socket subsystem lock earlier -- don't need torwatson2004-06-251-1/+1
* Convert Netgraph to use mbuf tags to pass its meta information around.julian2004-06-2514-91/+118
* Mark a plex as 'newborn' when it is created. This is used to indicatele2004-06-252-1/+4
* Fix uninitialized variable, that breaks the build.josef2004-06-251-2/+2
* Catch up with sparc64 OFWCONS_POLL_HZ changegrehan2004-06-251-0/+2
* - set resid correctly so that a failed seek (e.g. end of file) returnsgrehan2004-06-251-1/+3
* Catchup to now-required <sys/module.h> for PowerPCgrehan2004-06-2512-0/+12
* Make the relationship between modem control bits and their delta cousinsphk2004-06-251-9/+11
* Use generic support for BREAK and modem control ioctlsphk2004-06-251-87/+48
* Use generic support for BREAK and modem control ioctls.phk2004-06-252-128/+94
* Use generic support for modemcontrol and BREAK ioctls.phk2004-06-251-79/+64
* Do not count loobacks as other fuilures.rik2004-06-251-1/+2
* Add two new methods to struct tty: One for manipulating BREAK conditionphk2004-06-252-1/+53
* White space & spelling fixesps2004-06-252-6/+6
* Whitespace.bms2004-06-251-3/+3
* Correct the tracking of various bits of the process's vmspace and vm_mapgreen2004-06-241-3/+44
* Annotate that we don't check the returned data length from ufs_readdir()rwatson2004-06-241-0/+6
* Fix a typo that made the busdma tag have a 0 highaddr. This driver heavilyscottl2004-06-241-1/+1
* Add PCI Device ID for 6300ESB ICH. If allocating 16 bytes fails then try 32.ambrisko2004-06-241-0/+7
* Remove unnecessary setting of VV_SYSTEM on extended attribute backingrwatson2004-06-241-2/+0
* Remove the entry for configuring pcm0 mixer channels.josef2004-06-241-1/+0
* Protect a non-text comment with a '-'.rwatson2004-06-241-1/+1
* White space cleanup: use spaces instead of tabs in variable declarationsrwatson2004-06-241-57/+55
* Change the possibility to configure pcm(4) via boot/loader.confjosef2004-06-241-8/+7
* Don't cuddle else's so much as we removed additional parts of eachrwatson2004-06-242-16/+8
* Remove temporary API bandage that allowed applications speaking therwatson2004-06-242-18/+0
* Add a couple of #ifdef DEBUG printf()s in vlan_input() I found to bejoerg2004-06-241-0/+6
* When considering an ethernet frame that is not destined for us, do notjoerg2004-06-241-3/+9
* Make dependencies on the TCP/IP stack conditional on INET / INET6. Thisdes2004-06-241-0/+21
* Don't force class to give a valid softc to g_slice_new(), it is not alwayspjd2004-06-241-2/+6
* #include <sys/serial.h>phk2004-06-241-0/+1
* Use the correct names for modem control signals as the primary and makephk2004-06-241-4/+5
* Use the new serial port definitions for modemsignals.phk2004-06-246-105/+92
* Use CTASSERT to enforce the relationship between the new serial portphk2004-06-241-0/+17
* Add a tty-independent include file for definitions pertaining to serialphk2004-06-241-0/+62
* Update some comments and remove non-standard notation.njl2004-06-241-4/+7
* Hook acpi_quirks up to the build for kernel and modules.njl2004-06-242-0/+16
* Add a script to parse acpi_quirks into a header file that we can compilenjl2004-06-241-0/+191
* Add a quirks array based on matching ACPI tables. The entries in this filenjl2004-06-241-0/+482
* Sync to usbdevs 1.183jb2004-06-242-2/+25
* Add Delorme Publishing Earthmate GPSjb2004-06-241-0/+5
* Acquire the receive socket buffer lock when modifying out-of-bandrwatson2004-06-241-5/+4
* Lock socket buffers when processing setting socket options SO_SNDLOWATrwatson2004-06-241-0/+4
* Annotate so_error as being used for simple assignment and reads, andrwatson2004-06-241-1/+2
* Call vm_pageout_page_stats() with the page queues lock held.alc2004-06-241-3/+2
* Introduce a temporary mutex, mac_ifnet_mtx, to lock MAC labels onrwatson2004-06-248-0/+55
OpenPOWER on IntegriCloud