summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isrwatson2005-07-0514-111/+18
* Add MAC Framework and MAC policy entry point mac_check_socket_create(),rwatson2005-07-057-0/+63
* Remove a || 1 that crept into the i8254 commit and was subsequentlyjhb2005-07-055-5/+5
* Fix for a bug in newreno partial ack handling where if a large amountps2005-07-052-2/+10
* remove auto-add of IEEE80211_KEY_GROUP; all the apps that need tosam2005-07-051-3/+0
* Remove obsoleted sysctl interface for switching between standard and 3Comglebius2005-07-051-39/+1
* o when setting a wpa key, hold a ref on the bss node;sam2005-07-051-5/+17
* In the splnet times, netgraph was functional and synchronous. Nowadays,glebius2005-07-054-3/+82
* Enhance ia64_flush_dirty() to handle the case in which td != curthread.marcel2005-07-052-23/+52
* Fix one "wrong b_bufobj" panic in reassignbuf() by moving VI_UNLOCK(vp)pjd2005-07-051-1/+1
* when operating in ap mode, explicitly drop associated/authenticatedsam2005-07-041-19/+25
* Add support for IODATA USB-RSAQ3 USB-Serial Adapter.hrs2005-07-032-0/+3
* Check the alignment of the IP header before passing the packet up to thethompsa2005-07-031-0/+13
* - Update the CPU version check to recognize P4/EMT64 CPUs. [1]jkoshy2005-07-031-1/+1
* Remove ambiguity from hlen. IPv4 is now indicated by is_ipv4 and we need amlaier2005-07-031-20/+17
* o Make ipw(4) more robust against frames received with a bad length.damien2005-07-031-3/+9
* o Add new ids for the Belkin F5D7050damien2005-07-031-3/+10
* Add another ural(4) device (Belkin F5D7050)damien2005-07-031-0/+1
* MFi386: r1.221 (Use a simpler implementation for the i8254 timecounter).nyan2005-07-032-24/+70
* Switch Unicode charset name from "ISO-10646-UCS-2" to "UTF-16BE".imura2005-07-031-1/+1
* Implement functions calls from within DDB on ia64. On ia64 a functionmarcel2005-07-024-16/+58
* Check the alignment of the IP header before passing the packet up to thethompsa2005-07-025-27/+64
* Remove the CPU_ENABLE_SSE option from the i386 and pc98 architectures,delphij2005-07-0211-38/+7
* Fix a buglet that was present in the ia64 code and that got inheritedmarcel2005-07-023-0/+3
* Fix for a bug in the change that defers sack option processing untilps2005-07-014-8/+10
* Fix for a SACK crash caused by a bug in tcp_reass(). tcp_reass()ps2005-07-012-2/+6
* MFi386: r1.221: use simple timecounter that is aware of irq0 being off.peter2005-07-011-7/+34
* Mistakingly undefined VN_KNOTE_LOCKED in my previous commit.ssouhlal2005-07-011-1/+1
* Fix the recent panics/LORs/hangs created by my kqueue commit by:ssouhlal2005-07-0116-75/+176
* Upon relection, we shouldn't allow the tuple structs to be modified byimp2005-07-013-11/+7
* Use a simpler implementation for the i8254 timecounter when using the lapicjhb2005-07-012-24/+70
* Fix what(1) on kernel binaries by duplicating part of version[] in sccs[]jhb2005-07-011-2/+1
* Use m_uiotombuf() instead of own implementation. This is not justglebius2005-07-011-25/+10
* - Providing fine-grained malloc statistic by replacing M_DEVBUF withavatar2005-07-019-66/+98
* Fix another fallout from the ifnet change that assumed that a softcharti2005-07-016-9/+9
* When doing ARP load balancing source IP is taken in network byte order,glebius2005-07-011-1/+1
* Make a pass and cleanup the printfs from this driver.imp2005-07-013-21/+11
* Minor cleanup of ep driver and pccard attachment:imp2005-07-013-45/+68
* Use correct pointer type. This should fix non-functional re(4)yongari2005-07-011-1/+1
* Add a much-requested feature: The ability for pccard attachments toimp2005-07-014-8/+18
* MFP4:jkoshy2005-06-306-28/+48
* Use SCTL_MASK32 to determine that the sysctl call is from a 32bitps2005-06-301-7/+2
* MFi386: revision 1.615 (change kernel crashdump format to ELF).nyan2005-06-301-20/+38
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.peter2005-06-3014-44/+908
* Begin promoting the AMD-originated feature flags to first class flags, nowpeter2005-06-303-92/+86
* i386->amd64 syncpeter2005-06-301-0/+2
* Sync i386->amd64.peter2005-06-303-7/+31
* Second part of commit for moving KDB_STOP_NMI from opt_global.h topeter2005-06-301-0/+2
* Add a special-case handler for general protection faults. It appears topeter2005-06-301-3/+26
* Conditionally weaken sys_generic.c rev 1.136 to allow certain dubiouspeter2005-06-302-2/+21
OpenPOWER on IntegriCloud