Remove __HAVE_GENERIC_SOFT_INTERRUPTS ifdefs as we don't support the
[games.git] / sys /
2008-05-26 Michael NeumannRemove __HAVE_GENERIC_SOFT_INTERRUPTS ifdefs as we...
2008-05-26 Sepherosa ZiehauFix following possible bugs for SIOCSIFADDR, if in_ifin...
2008-05-26 Michael NeumannFix typos and cosmetic changes.
2008-05-26 Michael NeumannGet completely rid of sc_dev in usb_softc and uhub_soft...
2008-05-26 Michael NeumannExpand delay macro into DELAY.
2008-05-25 Nicolas TheryFix warnings (missing casts).
2008-05-25 Matthew DillonHAMMER 48/Many: finish vop_setattr support, ncreate...
2008-05-25 Matthew DillonAdd vop_helper_chmod() and vop_helper_chown(). These...
2008-05-25 Michael NeumannRemove duplicate include of header file "sys/bus.h".
2008-05-25 Michael NeumannDefer boot-time exploration of USB busses until all...
2008-05-25 Michael NeumannMake sure to use delay() in usb_delay_ms() while cold...
2008-05-25 Sepherosa Ziehau- Count and defrag mbuf before setup TX desc
2008-05-24 Matthew DillonFix a very old bug where the root mount was not getting...
2008-05-24 Sepherosa ZiehauUse "pause" in spin loop.
2008-05-24 Sascha WildnerFix two cases where device_printf() was used with an...
2008-05-24 Sepherosa ZiehauAvoid possible memory leakage.
2008-05-24 Sepherosa Ziehau- Put inaddr hash table alterations in crit section
2008-05-24 Sepherosa Ziehau- Add blank lines between code segments
2008-05-24 Sepherosa ZiehauNo need to cast
2008-05-24 Sepherosa ZiehauHold ifnet.if_serializer around ifnet.if_ioctl; rtinit...
2008-05-24 Sepherosa ZiehauMinor style change. Add blank line between two 'switch...
2008-05-24 Sepherosa ZiehauMinor white space and style changes
2008-05-24 Sepherosa ZiehauAdd comment
2008-05-23 Matthew DillonCalls to DIOCSYNCSLICEINFO were being made with the...
2008-05-23 Sepherosa Ziehau- Print L3 cache (on NorthBridge) information
2008-05-23 Sepherosa Ziehau- For 350 chips, don't set various INTR bits in TX...
2008-05-22 Matthew DillonHAMMER 47/Many: Stabilization pass
2008-05-22 Sascha WildnerAdd KTR_KERNENTRY to ktr(4) and LINT.
2008-05-21 Michael Neumannkprintf to device_printf conversion.
2008-05-21 Matthew DillonBring in fixes for a bug which occurs when the filesyst...
2008-05-20 Matthew DillonAdd a define for IEEE80211_FC1_PROTECTED.
2008-05-20 Matthew DillonProperly track the write-open count when updating a...
2008-05-20 Matthew DillonAdd a DELAY(500) during the register init phase to...
2008-05-19 Simon SchubertFill CPU info for vkernels. This makes KTR use TSC...
2008-05-19 Simon SchubertAdd KTR for tracing userland->kernel entries, i.e....
2008-05-19 Simon SchubertDon't #include <sys/select.h> from sys/types.h, to...
2008-05-18 Matthew DillonHAMMER 46B/Many: Stabilization pass
2008-05-18 Nicolas TheryRemove obsolete userland lwkt.
2008-05-18 Peter AvalosSync CAM with FreeBSD using lockmgr locks instead of...
2008-05-18 Nicolas TheryAllocate struct lwp instances with kmalloc() instead...
2008-05-18 Sepherosa ZiehauCount if_opackets and if_oerrors.
2008-05-18 Sepherosa ZiehauCount if_opackets.
2008-05-18 Matthew DillonFix a number of core kernel issues related to HAMMER...
2008-05-18 Sepherosa Ziehau- Add devq which stores mbuf dequeued from ifnet.if_snd...
2008-05-18 Sepherosa ZiehauReturn after calling bridge_ouput_p.
2008-05-18 Peter AvalosIt's "useful" not "usefull".
2008-05-18 Sepherosa ZiehauKNOTE still needs mplock, so tapifstart() could be...
2008-05-18 Matthew DillonHAMMER 46/Many: Performance pass, media changes, bug...
2008-05-18 Matthew DillonChange cluster_read() to not block on read-ahead buffer...
2008-05-17 Nicolas TheryRemove unused proc_zone declaration.
2008-05-17 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-05-17 Peter AvalosMerge from vendor branch TNFTP:
2008-05-17 Matthew DillonSyntax cleanup and also commit a missing piece of the...
2008-05-17 Peter AvalosMerge from vendor branch LESS:
2008-05-17 Matthew DillonAdd a sysctl jail.allow_raw_sockets (default to diabled...
2008-05-16 Sepherosa ZiehauCasting anything above ~2.1G to 'int' makes the result...
2008-05-16 Sepherosa ZiehauUnify vlan_input() and vlan_input_tag():
2008-05-15 Sepherosa Ziehau'check' label is only used in SMP build.
2008-05-15 Matthew DillonHAMMER 45/Many: Stabilization pass, undo sequencing.
2008-05-14 Hasso TepperMake use of interrupt endpoint to increase responsiveness.
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-05-13 Matthew DillonHAMMER 44/Many: Stabilization pass, user-guaranteed...
2008-05-13 Hasso TepperRemove udbp(4) form tree. It was never connected to...
2008-05-13 Hasso TepperAssorted fixes to ugen(4) from FreeBSD.
2008-05-13 Matthew DillonHAMMER 43C/Many: Performance cleanup
2008-05-13 Matthew DillonHAMMER 43B/Many: Correct delete-on-disk record bug.
2008-05-12 Matthew DillonHAMMER 43A/Many: Cleanup, bug fixes.
2008-05-12 Matthew DillonHAMMER 43/Many: Remove records from the media format...
2008-05-12 Matthew DillonHAMMER 42E/Many: Cleanup.
2008-05-11 Matthew DillonHAMMER 42D/Many: Stabilization.
2008-05-11 Matthew DillonFix UP real kernel crash, a vkernel define was being...
2008-05-11 Hasso TepperAdd useconds_t and suseconds_t used for time in microse...
2008-05-10 Matthew DillonHAMMER Utilities: scan feedback
2008-05-10 Matthew DillonHAMMER 42C/Many: Stabilization.
2008-05-10 Matthew DillonHAMMER 42B/Many: Stabilization.
2008-05-10 Matthew DillonFinish moving the kernel from tsc_freq (32 bits) to...
2008-05-10 Sepherosa Ziehauiwi(4) does not support hardware based WEP encryption...
2008-05-10 Matthew DillonFix feature logic so changing kern.pipe.dwrite_enable...
2008-05-09 Matthew DillonHAMMER 42A/Many: Stabilization.
2008-05-09 Matthew DillonFix a HAMMER assertion which turned out to be a bug...
2008-05-09 Matthew DillonHAMMER 42/Many: Cleanup.
2008-05-09 Matthew DillonFix many bugs and issues in the VM system, particularly...
2008-05-09 Matthew DillonFix fork/vfork statistics. forks and vforks were being...
2008-05-09 Matthew DillonFix a nasty memory corruption issue which can occur...
2008-05-08 Matthew DillonFix a race between the namecache and the vnode recycler...
2008-05-08 Matthew DillonFix some lock ordering issues in the pipe code.
2008-05-08 Matthew DillonRecode the resource limit core (struct plimit) to fix...
2008-05-08 Matthew DillonClear the direction flag (CLD) on entry to the kernel...
2008-05-07 Matthew DillonBump base development version to 197700 so it is proper...
2008-05-07 Matthew DillonCorrect comments and minor variable naming and sysctl...
2008-05-06 Matthew DillonFix a sizeof() the wrong variable name. The correct...
2008-05-06 Matthew DillonEnable kern.trap_mpsafe and kern.syscall_mpsafe by...
2008-05-06 Matthew DillonRemove the SMP_MAXCPU override for vkernels, causing...
2008-05-06 Sepherosa ZiehauAdd strings for some AMD features
2008-05-06 Matthew DillonHAMMER 41B/Many: Cleanup.
2008-05-06 Matthew DillonKeep track of the number of buffers undgoing IO, and...
2008-05-05 Matthew DillonOnly call bwillwrite() for regular file write()s, inste...
2008-05-05 Matthew DillonHAMMER 41/Many: Implement CRC checking (WARNING: On...
2008-05-05 Sepherosa Ziehau- Add lwkt_serialize_adaptive_enter(9), it is same...
2008-05-05 Sepherosa ZiehauUse mask instead of modulo, since bo->backoff is always...
next