summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix the bug in rev. 1.232. If vfs_suser returned false, coveredvp shall bekib2006-09-191-1/+2
* Fix the bug in rev. 1.134. In devfs_allocv_drop_refs(), when not_found == 2kib2006-09-191-1/+1
* Make typecast expressions comply with style(9).ru2006-09-191-5/+5
* This time, really fix endian bugs accessing ioctl arguments thatru2006-09-191-8/+8
* Back out revision 1.8. The only thing it did was to break LEDs (andru2006-09-191-13/+13
* Don't forget to add curly braces when doing more than one line of actionsandre2006-09-181-1/+2
* Do not try to call keyboard callback unless keyboard is active and busy.emax2006-09-181-4/+6
* Do not strip VLAN tag in promiscuous mode.jkim2006-09-181-15/+28
* Simplify promiscuous mode check and make ALLMULTI independent from it.jkim2006-09-181-14/+13
* Update prototype for smbus callback change.jhb2006-09-181-1/+1
* Make sure that lutimes(2) gets processed and converted into a BSM record.csjp2006-09-181-0/+1
* remove local changesam2006-09-181-1/+0
* remove this from HEAD too since it got taken off the vendor branchsam2006-09-181-444/+0
* fixup build after move of ah_osdep.?sam2006-09-181-2/+2
* This commit was generated by cvs2svn to compensate for changes in r162413,sam2006-09-182-217/+0
* o move ath hal os glue code from the hal to the driver: this code wassam2006-09-187-15/+580
* nuke unused support for building ath hal from src codesam2006-09-182-12/+7
* Add support for newer parts that do not require separate keycachesam2006-09-182-39/+121
* remove stub radar support; it's never been used and futuresam2006-09-182-29/+0
* Fix the race while waiting for coveredvp lock during unmount. The vnode maykib2006-09-181-12/+26
* Resolve the devfs deadlock caused by LOR between devfs_mount->dm_lock andkib2006-09-184-16/+113
* Declare security and security.bsd sysctl hierarchies in sysctl.h alongrwatson2006-09-179-15/+3
* Correct a slight regression which was introduced with the implementation ofcsjp2006-09-174-5/+20
* Make cpu_set_upcall_kse() and cpu_set_user_tls() work for 32bit process.davidxu2006-09-171-0/+43
* Remove VLAN mtag UMA zones and initialize ether_vtag and tso_segsz packetandre2006-09-171-25/+4
* Make tcp_usr_send() free the passed mbufs on error in all cases as theandre2006-09-171-0/+4
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-1717-171/+97
* Regenerate.rwatson2006-09-179-13/+13
* AUE_SIGALTSTACK instead of AUE_SIGPENDING for sigaltstack().rwatson2006-09-172-2/+2
* Add AUE_SYSARCH to the list of audit events during BSM conversion to preventrwatson2006-09-171-0/+1
* Expore kern.acct_configured, a sysctl that reflects the configured/rwatson2006-09-171-0/+7
* Rearrange things so that ARP packets can be filtered or rate limited with IPFW.thompsa2006-09-171-30/+14
* Don't allow attachment of disks that could cause GEOM to panic.mjacob2006-09-161-9/+24
* New Dell 1950/2950 SES backplane drops off the bus if you pokemjacob2006-09-161-0/+4
* Add audit hooks for ppc, ia64 system call paths.rwatson2006-09-164-0/+16
* - don't reboot() when feed with wrong parameters (and enough permissions) [1]netchild2006-09-161-4/+38
* Fix detecting of UFS1 label when mediasize%fragsize != 0.pjd2006-09-161-2/+2
* Add 'configure' subcommand which for now only allows setting and removingpjd2006-09-162-3/+116
* Add __printflike() to gctl_error().pjd2006-09-161-1/+1
* Handle a list of IPv6 src and dst addresses correctly, eg.jhay2006-09-161-14/+17
* Small fixes after adding __printflike() to gctl_error().pjd2006-09-161-4/+4
* Remove extra arguments.pjd2006-09-161-2/+1
* Make it possible to add an IPv6 host route to a host directly connected.jhay2006-09-161-0/+2
* Fix input byte counting. Now the sum of the ipackets/ibytes countersru2006-09-151-2/+8
* - Updated to the latest myri10ge firmwaregallatin2006-09-155-1478/+1882
* Add 'show geom [addr]' ddb(4) command, which prints entire GEOM topology ifpjd2006-09-152-2/+215
* When doing TSO subtract hdrlen from TCP_MAXWIN to prevent ip->ip_lenandre2006-09-151-5/+7
* Make it possible to set a larger MTU by attempting to set MTUs on allru2006-09-151-1/+19
* SIOCSIFFLAGS doesn't require an argument in kernel land; instead, flagsru2006-09-151-1/+1
* - Added TSO support. This entailed increasing the number of send descriptorsgallatin2006-09-152-23/+229
OpenPOWER on IntegriCloud