summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix some incorrectly swapped fields in an ICB.mjacob2005-05-112-17/+37
* Refactor isp_prt declaration so that platformmjacob2005-05-112-5/+9
* Mark AVM USB Bluetooth-Adapter BlueFritz! as "broken". This device is notemax2005-05-101-1/+1
* set R_MUSTRESEND flag in mark_for_reconnect so re-connected requests getrees2005-05-101-12/+6
* - Assert that mbuf length equals packet length.glebius2005-05-101-5/+10
* - Move lptreg.h into pc98/cbus and rename to olptreg.h.nyan2005-05-103-58/+49
* Change a directory layout for pc98.nyan2005-05-1052-22354/+53
* Don't define _MACHINE_BUS_MEMIO_H_ nor _MACHINE_BUS_PIO_H_.marcel2005-05-101-3/+0
* Sync with Linux acpi4asus, adding support for loads of new models.philip2005-05-091-13/+144
* Add support for Asus V6V[1] and W1N notebooks.philip2005-05-091-0/+41
* Simplify the ACPI taskqueue implementation. Use a thread queue type insteadmarks2005-05-093-113/+38
* Fix separate module build.marks2005-05-091-0/+5
* Move if_wl_i82586.h into sys/dev/wl.nyan2005-05-092-1/+1
* Enable debug_mpsafevm on ia64 due to the severe functional regressionmarcel2005-05-081-1/+1
* More fixes for multibus drivers. When calling out to the matchwpaul2005-05-084-6/+16
* Fix support for Windows drivers that support both PCI and PCMCIA devices atwpaul2005-05-083-4/+16
* In uart_cnprobe(), fill in the cn_name field of the consdev structure.marcel2005-05-081-0/+1
* Remove ifdef PC98.nyan2005-05-0823-1133/+12
* Merged from libi386/biosdisk.c revisions 1.37 and 1.41.nyan2005-05-081-3/+6
* Change DOSPTYP_386BSD to 0xc494.nyan2005-05-081-3/+3
* Use DOSMID_386BSD rather than DOSPTYP_386BSD.nyan2005-05-081-1/+1
* Avoid trying to queue up an interrupt handler DPC if the driverwpaul2005-05-081-1/+1
* Correct the patch table entries for the 64-bit intrinsic mathwpaul2005-05-081-6/+6
* Fix typo in a comment.brueffer2005-05-081-1/+1
* Capitalize at the start of sentence.maxim2005-05-081-1/+1
* Minor correction to the logic for selecting the proper device index.wpaul2005-05-081-1/+1
* o N_SETMAGIC/N_GET{MAGIC,MID,FLAG} macros live in imgact_aout.hmaxim2005-05-081-1/+1
* Fix two issues which were missed in FreeBSD-SA-05:08.kmem.cperciva2005-05-073-1/+5
* Staticize some symbols that are each only used in one corresponding .c file.anholt2005-05-0612-12/+12
* Staticize a symbol used only in this file.anholt2005-05-061-1/+1
* Bump __FreeBSD_version for libalias and ng_nat.glebius2005-05-061-1/+1
* Attach ng_nat and libalias to build.glebius2005-05-063-0/+6
* Add a workaround for 64-bit archs: store unsigned long return value inglebius2005-05-061-3/+6
* s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT andglebius2005-05-066-49/+49
* If we are going tocperciva2005-05-067-0/+10
* Correctly validate inputs to the i386_get_ldt syscall.cperciva2005-05-061-5/+4
* Correct improper permissions on /dev/iir. The earlier permissionscperciva2005-05-061-2/+2
* The printf(9) `%p' conversion specifier puts an "0x" inrobert2005-05-061-2/+2
* Fix our NTFS readdir function.robert2005-05-061-3/+3
* ng_nat - a netgraph(4) node, which does NATglebius2005-05-055-0/+359
* libalias is now buildable as kernel moduleglebius2005-05-053-0/+47
* Cast 64 bit quantity to uintmax_t to print it with %jx. This iswpaul2005-05-051-1/+1
* More bits for kernel version:glebius2005-05-051-1/+107
* Always include alias.h before alias_local.hglebius2005-05-059-8/+11
* When used in kernel define NO_FW_PUNCH, NO_LOGGING, NO_USE_SOCKETS.glebius2005-05-051-0/+9
* Fix argument order for bcopy() in last commit.glebius2005-05-051-1/+1
* Use bcopy() instead of memmove().glebius2005-05-051-1/+1
* Hide fflush(3) under ifdef DEBUG.glebius2005-05-051-2/+2
* Things required to build libalias as kernel module:glebius2005-05-052-0/+74
* Add NO_USE_SOCKETS knob, which cuts off functionality socket binding.glebius2005-05-052-8/+18
OpenPOWER on IntegriCloud