summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Diff reduction against OpenBSD: ANSI'fy prototypes.delphij2009-03-0228-485/+196
* Extend the "vfsopt" mount options for more general use. Make structjamie2009-03-026-90/+202
* curr_time is a 64 bit variable so SYSCTL_LONG is not appropriateluigi2009-03-021-0/+2
* fw_debug has been unused for ages, so remove it from the listluigi2009-03-022-5/+1
* Change vfs_busy to wait until an outcome of pending unmountkan2009-03-021-5/+13
* Switch the default buffer mode in bpf(4) to zero-copy buffers.csjp2009-03-021-1/+1
* Disable INTx when enabling MSI/MSIXrnoland2009-03-022-0/+5
* Correct types of variables used to track amount of allocated SysV sharedkib2009-03-025-9/+31
* Use the p_sysent->sv_flags flag SV_ILP32 to detect 32bit processkib2009-03-025-22/+16
* Some Apple I2C buses give the device's I2C address in a property with thenwhitehorn2009-03-021-2/+9
* Merge OpenBSM 1.1 beta 1 from OpenBSM vendor branch to head, bothrwatson2009-03-0232-317/+910
* Bump __FreeBSD_version for the ushub to uhub rename.thompsa2009-03-021-1/+1
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-0243-45/+45
* add -b option to suppress the bannersam2009-03-021-4/+8
* Write the MBR by using the bootcode verb of the gpart class.marcel2009-03-021-27/+22
* uupdate for 0.6.8sam2009-03-021-2/+3
* Rewrite asprintf() as a wrapper around vasprintf(), thus reducing thedas2009-03-021-43/+22
* update for 0.6.8sam2009-03-021-4/+2
* update for 0.6.8sam2009-03-021-2/+3
* The argument corresponding to %zn is supposed to be an ssize_t *, notdas2009-03-022-6/+6
* Verify that the filesystem being referenced in fstab is indeed a UFScy2009-03-021-2/+3
* Move the serial drivers from Giant to using their own mutexs.thompsa2009-03-0218-65/+119
* don't need these any more; we are now using a combined treesam2009-03-02400-165860/+0
* update to 0.6.8sam2009-03-028-96/+107
* bring in local changes for:sam2009-03-026-4/+102
* connect vendor wpa area to contribsam2009-03-02435-0/+184156
|\
| * 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
OpenPOWER on IntegriCloud