summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * remove unused bitssam2009-03-01131-51018/+0
| * import wpa_supplicant+hostapd 0.6.8sam2009-03-01566-0/+235174
* removesam2009-03-020-0/+0
* Give controller a chance to issue Soft Reset clear command before checkingmav2009-03-011-2/+1
* Use C99-style initializers. No functional change.das2009-03-011-4/+9
* Add verbage about needing to remap libusb-0.1 to libusb20 to get oldimp2009-03-011-1/+8
* Hide __restrict from lint, just like we do with other keywords.ed2009-03-011-1/+1
* Comment out enabling FIS Based Switching inside ata_ahci_issue_cmd() as itmav2009-03-011-1/+1
* remove duplicate entries for isa and npx, they areluigi2009-03-011-4/+0
* Remove self.sos2009-03-011-1/+0
* Fix range-check error introduced in r182292. Also do not do anythingdchagin2009-03-011-1/+3
* Note that network device driver modules need rebuilding.rwatson2009-03-011-0/+4
* Do a bit of struct ifnet cleanup in preparation for 8.0: group functionrwatson2009-03-011-7/+12
* Add size-guards evaluated at compile-time to the main struct vnet_*bz2009-03-014-0/+12
* Add the infrastructure and expected sizeof() values for each supportedbz2009-03-011-0/+99
* Improve my previous changes to the TTY code: also remove memcpy().ed2009-03-012-6/+6
* Add the new compile-time assertion macro CTASSERT_EQUAL().bz2009-03-011-0/+24
* use ansi prototypessam2009-03-011-11/+4
* - Remove kH (kp_kll) from screen. It has the identical key sequence asrafan2009-03-011-1/+1
* Fix a typo in the previous commit.das2009-03-011-1/+1
* Add a missing .El.delphij2009-03-011-0/+1
* "-isoC-99" should be spelled without 'c'.delphij2009-03-011-1/+1
* In sys/tree.h:bms2009-03-011-1/+16
* Remove unreachable code for generating RST segments from tcp_twcheck();rwatson2009-02-281-45/+0
* Revert my ata_identify()/ata_reinit() related changes: r189166, r189091mav2009-02-289-120/+69
* Move the NORELEASE check to after the recurse count decrement and bailout, thisthompsa2009-02-281-6/+6
* A couple of style nits in the last committhompsa2009-02-282-9/+6
* - Remove the usb interface number from the device nodes as it is not needed.thompsa2009-02-284-89/+55
* Add memmove() to the kernel, making the kernel compile with Clang.ed2009-02-2817-18/+47
* Fix compilation of newkey(8) with WITHOUT_NIS=yes.ed2009-02-282-9/+5
* Use getline() instead of fgets(). This enables nl(1) to handledas2009-02-281-26/+21
* Replace bcopy() calls inside the TTY layer with memcpy()/strlcpy().ed2009-02-283-9/+9
* Rework device probing by moving ata_getparam() call from ata_identify() tomav2009-02-287-51/+109
* Remove PRIV_ROOT -- all system privileges must now be explicitly namedrwatson2009-02-281-7/+2
* Fix compilation of fstat.ed2009-02-281-1/+1
* Add missing POSIX 1003.1-2008 open(2) flag; O_TTY_INIT.ed2009-02-282-1/+20
* Tests for getdelim().das2009-02-282-1/+169
* Add a file containing tests for simple format specifiers.das2009-02-282-1/+157
* Tests for wcscasecmp(), wcsnlen(), and stpncpy().das2009-02-284-1/+269
* Make `less -R' not crash all the time.das2009-02-281-2/+4
* Replace a dozen lines of code with a call to strnlen() / wcsnlen().das2009-02-282-33/+2
* Add restrict qualifiers.das2009-02-281-1/+1
* - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),das2009-02-2822-31/+747
* Define a macro for POSIX.1-2008 here until a future groff importdas2009-02-281-0/+4
* Add visibility constants for POSIX.1-2008.das2009-02-281-4/+12
* Add restrict qualifiers to the parameters to strlcpy() and strlcat().das2009-02-284-6/+6
* Mark memmem() __pure.das2009-02-281-1/+1
* Make sure %zd treats negative arguments properly on 32-bit platforms.das2009-02-283-5/+8
* Initialize the vblank structures at load time. Previously we did thisrnoland2009-02-2816-20/+44
* Add a tuneable to allow disabling msi on drm at runtime.rnoland2009-02-271-1/+5
OpenPOWER on IntegriCloud