summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add COMPAT_FREEBSD5peter2005-06-301-0/+1
* Move the KDB_STOP_NMI option from opt_global.h to opt_kdb.hpeter2005-06-298-3/+9
* Switch AMD64 and i386 platforms to using ELF as their kernel crashpeter2005-06-297-216/+724
* Fix ipfw packet matching errors with address tables.simon2005-06-293-19/+22
* Sync if_bridge to NetBSD r1.31thompsa2005-06-291-9/+9
* o Fix a write mbuf-after-free bug. The duration field of the 802.11 headerdamien2005-06-291-9/+23
* Regenerate after addition of audit event type number to syscalls.masterrwatson2005-06-295-83/+85
* During the system call table format change adding audit record eventrwatson2005-06-292-84/+95
* - Change the commented out freebsd32_xxx() example to use kern_xxx() alongjhb2005-06-292-39/+5
* Increase MAXCPU to 16 in SMP kernels so that APIC IDs from 0 to 15 arejhb2005-06-291-1/+1
* Fix the false memory modified after free messages some users have beensilby2005-06-291-0/+3
* Require gateways for routes to be of the same address family as theqingli2005-06-281-1/+4
* Add a chipset field to the lookup. Use this chipset type to determineimp2005-06-281-168/+58
* Disable the drm_initmap calls in radeon_cp.c, due to them resulting in improperanholt2005-06-281-0/+6
* Zero donecount on auto request sense.sos2005-06-281-0/+1
* Fix panic after ifnet changes in rev. 1.30. sc->sc_ifp is abz2005-06-281-2/+8
* Correct a comment in ucred.h.delphij2005-06-281-1/+1
* Handle B-unit break instructions. The break.b is unique in that themarcel2005-06-271-1/+50
* Replace the existing copyright notice with my own. Over the years I'vemarcel2005-06-271-23/+19
OpenPOWER on IntegriCloud