summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Cosmetic: s/u_int64_t/uint64_t/gmarcel2005-06-271-7/+7
* - Postpone SACK option processing until after PAWS checks. SACK optionps2005-06-274-115/+70
* Libalias incorrectly applies proxy rules to the global divertphk2005-06-271-1/+5
* Fix a panic when bringing up the bridge interface. We were casting a ifnetthompsa2005-06-271-1/+1
* Use -mno-apcs-frame if DEBUG isn't defined.cognet2005-06-271-0/+3
* Dont call ata_finish in ad_dump as that is no longer needed and causes panic.sos2005-06-271-10/+11
* Implement suspend/resume operation for snd_csa(4)glebius2005-06-274-17/+220
* - After LibAlias processing check for TCP packet with th_x2 fieldglebius2005-06-271-8/+51
* Disable checksum processing in LibAlias, when it works as aglebius2005-06-277-12/+50
* Change the panic in trash_ctor into just a printf for now. Once the reportssilby2005-06-261-2/+4
* Properly initialize ifq_maxlen for the defered send queue and make itmlaier2005-06-261-1/+2
* Add a quirk for a motherboard whose acpi timer runs too fast.dwmalone2005-06-261-0/+8
* Fix some long standing bugs in writing to the BPF device attached todwmalone2005-06-2613-59/+106
* o When calling ep_get_macaddr(), provide it a local buffer. Add a commentimp2005-06-264-19/+22
* Make the initialization in the AGPv3 case match that of Linux. Fixes hangs onanholt2005-06-262-16/+56
* Fix a timer ticks wrap around bug for minmssoverload processing.ups2005-06-252-2/+2
* Disable the interrupts in trap_fatal before calling kdb_trap.ups2005-06-252-4/+18
* Fix fdcheckstd to pass the file descriptor along through vn_open. Whendd2005-06-251-1/+1
* - Use a TAILQ instead of parsing the array to find a free dmamap.cognet2005-06-241-20/+32
* Mark the permanent map for radeon registers read-only. Failure to set this flaganholt2005-06-241-1/+2
* Backout the change I made before 5.4-R since I wasn't aware that it was onlydwhite2005-06-243-1/+25
* Correct the amount of data to allocate in these local copies ofjhb2005-06-242-2/+4
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-2420-212/+239
* Add wireless + flash CF card I haveimp2005-06-241-0/+1
* Remove duplicate REISERFS option.des2005-06-241-3/+0
* Close another information leak in ktrace(2): one was able to find activepjd2005-06-241-2/+16
* Fixing a memory leak in xpt_release_device(), which can be quicklyavatar2005-06-241-0/+2
* Various trivial comment fixespeter2005-06-244-12/+6
* Eliminate a source of 'trap xx with interrupts disabled'. I was jumping topeter2005-06-241-1/+1
* MFi386: 1.258: Minor cleanupspeter2005-06-241-4/+4
* Move HWPMC_HOOKS into its own opt_hwpmc_hooks.h file. It doesn't meritpeter2005-06-249-2/+13
* Actually only protect mount-point if security.jail.enforce_statfs is set to 2.pjd2005-06-234-24/+0
OpenPOWER on IntegriCloud