summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Export the functionality of SIOCSIFLLADDR with if_setlladdr()archie2000-08-152-25/+51
* Fixed PunchFW code segmentation violation bug.ru2000-08-141-5/+4
* Use queue(3) LIST_* macros for doubly-linked lists.ru2000-08-141-65/+18
* awictl configuration interface is never used and now it is replaced byonoe2000-08-141-72/+0
* add dev/awi/awi_wicfg.c to support wi(4) compatible configuration interface.onoe2000-08-141-0/+3
* Add support for WEP functionality.onoe2000-08-144-369/+1629
* Change the argument for SIOCG80211NWID/SIOCS80211NWID to include theonoe2000-08-141-3/+25
* Merged from sys/i386/i386/machdep.c revision 1.401.kato2000-08-142-0/+2
* This file contains a shim just for NetBSD, and not used in FreeBSD at all.onoe2000-08-141-445/+0
* Newbusify ed driver.tanimura2000-08-143-389/+482
* This patch appears to solve the problems with recording resultingnsayer2000-08-131-4/+13
* CAM, the module: scbus, da, cd, and st wrapped in one module.n_hibma2000-08-134-2/+61
* From NetBSD:n_hibma2000-08-132-22/+52
* Add more CDC defines.n_hibma2000-08-131-1/+10
* Fake the Power On command on the virtual hub.n_hibma2000-08-131-1/+4
* Add output of per battery information to apm(1).ume2000-08-133-29/+112
* Add PAO devices supported by drivers.alex2000-08-132-40/+62
* Fix off by one error in track# calculation.sos2000-08-131-4/+4
* Include machine/cputypes.h so we get the cpu_class variable. This is neededjhb2000-08-132-0/+2
* resolve conflictsdarrenr2000-08-1318-182/+712
* Fixed null pointer panic for accessing "meminfo" when there is no swap.bde2000-08-123-6/+21
* Make compilable with -DIPFILTER.ume2000-08-122-2/+7
* Merged from sys/boot/i386/Makefile.inc revision 1.2.kato2000-08-121-0/+1
* Merged from sys/i386/i386/machdep.c revision 1.400.kato2000-08-122-0/+38
* Add -mpreferred-stack-boundary=2 to CFLAGS for i386. This and libstandpeter2000-08-112-0/+4
* Oops, forgot this file. Log message for completeness:peter2000-08-111-7/+7
* Fix a bug brought to light by the people working on SMPng. I don't quitewpaul2000-08-112-2/+22
* Fix indentation ruined by previous commit.n_hibma2000-08-111-10/+10
* Define get_memory_offset methodimp2000-08-111-0/+7
* backout ND6_USE_RTSOCK change in previousitojun2000-08-111-0/+2
* avoid duplicated rtfree() on default router list change (could cause panic).itojun2000-08-111-6/+9
* Backout the tsleep on probe, it breaks in resume mode as tsleepsos2000-08-111-4/+1
* Add missing "is".dcs2000-08-111-1/+1
* Add support for accessing individual tracks on a CD.sos2000-08-111-5/+31
* Clean up some low level bootstrap code:peter2000-08-1121-335/+143
* Add support to send the string 'PXEClient' as the Vendor classps2000-08-113-2/+6
* Pass along the interesting variables we were given from DHCP so weps2000-08-111-0/+6
* Oops, previous commit fixed a bug that was already fixed before.archie2000-08-101-2/+0
* Add new control message to atomically get and clear statistics.archie2000-08-101-24/+37
* Increase the maximum allowable datagram length.archie2000-08-101-1/+1
* "u_int32_t" should have been "int32_t".archie2000-08-101-2/+2
* Use a bigger buffer for NGM_BINARY2ASCII conversion, to handle reallyarchie2000-08-101-1/+1
* - Add new control message NGM_VJC_GET_CONFIGarchie2000-08-102-7/+177
* Take advantage of the new unsigned and hex integer types.archie2000-08-1010-95/+95
* - Make statistics unsigned.archie2000-08-101-4/+5
* - Add new unsigned and hex integer parse typesarchie2000-08-101-2/+16
* - Add new unsigned and hex integer parse types; this allows simplifyingarchie2000-08-101-41/+146
* Make ip6fw zero work.ume2000-08-101-1/+1
* RFC 1661 requires that all LCP packets are sent with no address andarchie2000-08-101-0/+14
* Add some infrastructure support for dealing with large attributeimp2000-08-102-5/+61
OpenPOWER on IntegriCloud