summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable OFW_NEWPCI until jmg's 2003/06/21 18:26:08 PDT bus commit is fixedobrien2003-08-191-1/+1
* o pass control frames up the stack when in monitor mode (the 802.11 layer willsam2003-08-192-3/+7
* Make aac(4) compile cleanly on 64-bit machines. The code was already 64-bitscottl2003-08-193-18/+20
* o correct beacon frame length calculation and add an assert to catch any futuresam2003-08-191-2/+6
* maintain a table for mapping hardware rate codes to 802.11 rates forsam2003-08-192-3/+6
* mark the scan and calibrate callouts MPSAFEsam2003-08-191-2/+2
* remove unneeded include filessam2003-08-191-4/+0
* Update gethostname() prototype to match source and standard.wollman2003-08-191-1/+1
* Change gethostname() to set errno to ENAMETOOLONG instead of ENOMEMwollman2003-08-192-18/+51
* Eliminate a possible race condition for multithreaded applications inalc2003-08-191-13/+2
* Expand the fdisk size display toggling to include GB.obrien2003-08-192-4/+12
* Change instances of callout_init that specify MPSAFE behaviour tosam2003-08-1916-23/+18
* Properly quote the lib path.obrien2003-08-196-6/+6
* add R_Zalloc definition that returns pre-zero'd memorysam2003-08-191-0/+2
* * Bug fix in bw_meter_process(): the periodically processed binshsu2003-08-191-10/+33
* remove #define no longer usedsam2003-08-191-2/+0
* add missing unlock when in_pcballoc returns an errorsam2003-08-191-1/+3
* use ETHER_IS_MULTICAST instead of explicit checksam2003-08-191-1/+1
* "short cable" fix for DP8315sam2003-08-191-0/+23
* correct typo in commentsam2003-08-191-1/+1
* New release note: WITH_DYNAMICROOT.bmah2003-08-192-6/+26
* Add a bit of text saying that mentions of specific devices arebmah2003-08-192-2/+24
* Use bus_child_present() to make sure the card is still there before callingcognet2003-08-191-1/+2
* Don't tsleep on NULLps2003-08-191-2/+2
* Some servers respond to RETR in active mode with 125 (connection alreadydes2003-08-191-1/+1
* Add pfs_visible() checks to pfs_getattr() and pfs_getextattr(). Thisdes2003-08-191-0/+6
* Remove unused code.simokawa2003-08-191-2/+0
* Drop too short packets.simokawa2003-08-191-4/+8
* Allow to access phy registers via ioctl().simokawa2003-08-192-1/+18
* Support printing 64 bits pointer and long integer.davidxu2003-08-192-20/+54
* Explicitly add libz and libcrypto to LDADD for any ssh utilities missinggordon2003-08-196-12/+12
* Fix typo. It's 'bsdiff' not 'bsddiff'.murray2003-08-191-1/+1
* Add misc/bsdiff and security/freebsd-update to the list of desiredmurray2003-08-191-0/+2
* Whitespace cleanup of previous bt(4) commit. No content changes.bmah2003-08-192-30/+32
* Trim bt(4) devices and consolidate.bmah2003-08-192-184/+10
* Move all the asr(4) entries together, no other content changes. Thesebmah2003-08-192-18/+18
* Trim asr(4) device list; readers can get this from the manpage nowbmah2003-08-192-50/+2
* Catch up dpt(4) manpage with Hardware Notes (and RELENG_4 manpage?!?).bmah2003-08-191-0/+2
* When checking the 'user:group' field in newsyslog.conf, freebsd's sourcegad2003-08-191-2/+14
* Quote $jail_exec with double-quote to avoid "[: unexpected operator".kuriyama2003-08-191-1/+1
* Catch up asr(4) with hardware notes.bmah2003-08-191-0/+2
* Save and restore errno around sigprocmask.davidxu2003-08-192-2/+10
* Update DRM from DRI CVS as of today. Notable changes include Radeonanholt2003-08-1935-683/+1061
* Update my mail address on copyright notice.takawata2003-08-191-1/+1
* handle locking when creating or destroying vchans bettercg2003-08-182-38/+104
* try to make really sshort sounds actually playcg2003-08-181-16/+43
* The CD bits in the CBB_SOCKET_STATE register are 0 when the card isimp2003-08-181-4/+3
* Replace a homegrown bdone()/bwait() implementation by the real thingphk2003-08-181-27/+5
* Spell the name of the lock right in addition to getting the type right.jhb2003-08-181-1/+1
* The allproc lock is a sx lock, not a mutex, so fix the assertion. Thisjhb2003-08-181-1/+1
OpenPOWER on IntegriCloud