summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the gap between mute and lowest possible volume. The es1370 mixerjoel2010-04-011-2/+2
* Remove alignment constraints.mav2010-04-011-8/+11
* Add a couple missing basic mode page codes.mjacob2010-04-011-0/+2
* The ALQ should not be considered drained until it has been made inactive.lstewart2010-04-011-1/+1
* According to SLEEP(9), msleep() is deprecated in favour of mtx_sleep().lstewart2010-04-011-3/+3
* - Factor code to destroy an ALQ out of alq_close() into a private alq_destroy().lstewart2010-04-011-17/+20
* The POLL code was missed in the queue conversion,jfv2010-03-311-8/+9
* Add definition of IPv6 mobility header's protocol number, as assigned bydelphij2010-03-311-0/+1
* Remove some more alignment constraints.mav2010-03-312-7/+8
* Use device_get_nameunit(9) rather than device_get_name(9) so one canmarius2010-03-312-5/+5
* Don't re-implement device_get_nameunit(9).marius2010-03-311-14/+10
* - Take advantage of the INTCLR_* macros.marius2010-03-314-23/+23
* Make ng_ksocket fulfill lower protocol stack layers alignment requirementsmav2010-03-311-1/+13
* Make ng_l2tp irrelevant to data alignment.mav2010-03-311-15/+31
* Update to 1.2.4.1 (beta).delphij2010-03-3114-66/+78
* Hook the identification LEDs of igb(4), lem(4) and em(4) devices up withmarius2010-03-316-3/+85
* Make ng_ppp fulfill upper protocol stack layers alignment requirementsmav2010-03-311-0/+14
* ng_gif depends on gif.mav2010-03-311-3/+3
* If there is multiple PMCs for the same interrupt ignore new post.fabient2010-03-311-3/+5
* Add prototype for libc internal interfaces.delphij2010-03-312-0/+4
* Add prototypes for libc private interfaces.delphij2010-03-311-5/+9
* Sync fortunes with other *BSDsuqs2010-03-317-1342/+1311
* Two fixes:imp2010-03-311-15/+2
* For unhandled actions in xpt_action_default, remember to callmjacob2010-03-311-2/+5
* Make -r mean exactly the same thing as -E for increased compatibilityimp2010-03-312-3/+8
* indent(1): add a new option, -ta, to treat all *_t identifiers as typesavg2010-03-314-0/+19
* indent(1): correctly handle case/label at the very start of a functionavg2010-03-311-1/+1
* Fix poll handler declaration.jfv2010-03-311-1/+1
* Constify vap argument of ieee80211_{note,discard}* functions.rpaulo2010-03-312-13/+14
* Stop hard coding i386 as the arch for the build. Instead, default to theimp2010-03-311-1/+6
* Document DEBUG_FLAGS in a more visible place, in the build(7) manpagekeramida2010-03-311-1/+15
* Include opt_ata.h, as some structures here depending on ATA_CAM option.mav2010-03-311-0/+2
* Add support for ALQ(9) to be compiled and loaded as a kernel module.lstewart2010-03-313-1/+93
* fix bug in previous commit related to rule deletionluigi2010-03-311-15/+20
* Be like stdlib.h and bring in a wchar_t definition and use it to prototypejmallett2010-03-311-4/+11
* Multiple fixes related to queue set sizing and resources:np2010-03-315-54/+58
* Fix signed/unsigned mix-up that allowed txq->in_use to grow beyond txq->size.np2010-03-311-7/+6
* Fix tx drop statistics.np2010-03-313-28/+13
* Fix build with "nooptions INET"np2010-03-311-2/+13
* Do not attempt to retrieve interrupt information before it is available.np2010-03-311-1/+3
* Improved PHY EDC settings.np2010-03-311-371/+422
* Refresh the firmware version immediately after it is upgraded (or downgraded).np2010-03-311-4/+12
* Merge OpenBSD revisions 1.4 through 1.9, mostly style cleanups.delphij2010-03-301-8/+9
* This patch should fix handling of byte range locks locallyrmacklem2010-03-306-279/+525
* Remove unused files.delphij2010-03-303-617/+0
* Sync with OpenBSD:delphij2010-03-302-6/+5
* For where possible, make the dates of the Tasmanian holidays properlyedwin2010-03-301-8/+22
* nit: xpt_bus_deregister has to be called with the sim lock held.mjacob2010-03-301-0/+4
* fix my clobber of the copyright date :)jfv2010-03-301-1/+1
* Use CACHE_LINE_SIZE alignment for 'struct pcpu' rather than hardcoding 128.jhb2010-03-301-1/+1
OpenPOWER on IntegriCloud