Fix typo in a diagnostic message.
[dragonfly.git] / sys /
2007-06-24 Sascha WildnerFix typo in a diagnostic message.
2007-06-23 Sepherosa Ziehau- Add hw.skcX.imtime sysctl node and hw.skc.imtime...
2007-06-22 Simon SchubertRemove unused variable.
2007-06-22 Sepherosa Ziehau- Factor out bge_{disable,enable}_intr().
2007-06-22 Sepherosa Ziehau- Add KTR_IF_{BGE,EM} to opt_ktr.h
2007-06-22 Sepherosa ZiehauDrain packets even if link is down.
2007-06-21 Sepherosa ZiehauAdd some KTRs in bge(4) to count RX/TX packets per...
2007-06-20 Peter AvalosMerge from vendor branch LESS:
2007-06-20 Matthew DillonFix an issue with positive namecache timeouts. Locked...
2007-06-19 Matthew DillonThe fstype was not being properly tested for a CCD...
2007-06-19 Matthew DillonAdd the -p pidfile option to the vkernel.
2007-06-19 Sepherosa ZiehauAdd sysctl/tunable for TX/RX interrupt coalescing varia...
2007-06-19 Matthew DillonRename d_obj_uuid to d_stor_uuid to conform to the...
2007-06-19 Matthew DillonMake some adjustments to clean up structural field...
2007-06-19 Matthew DillonImplement non-booting support for the DragonFly 64...
2007-06-18 Joe TalbottMake vkernel compile with 'options SMP'. Most function...
2007-06-18 Matthew DillonMove all the code related to handling the current 32...
2007-06-18 Matthew DillonDisklabel separation work - more.
2007-06-17 Matthew DillonDisklabel separation work - Generally shift all disklab...
2007-06-17 Matthew DillonMore syslink messaging work. Now basically done except...
2007-06-17 Sascha Wildner* Add a missing KMODDEP to ng_eiface and hook it into...
2007-06-17 Matthew DillonImplement SIGTERM handling. When a SIGTERM is received...
2007-06-17 Matthew DillonDisable per-channel interrupt sources before enabling...
2007-06-17 Sepherosa Ziehau- Make "ifconfig nfeX mtu xxx" work.
2007-06-17 Matthew DillonFix an overflow in the GPT code, I wasn't allocating...
2007-06-17 Matthew DillonFix compiler warning (embedded /*)
2007-06-17 Matthew DillonAugment RB tree macros even more, allowing for static...
2007-06-17 Matthew DillonHave UFS set the vnode type to VBAD instead of VNON...
2007-06-17 Matthew DillonAdd subr_diskgpt.c - oops. part of the GPT commit.
2007-06-17 YONETANI Tomokazuwe do not want to shift by the block size, which is...
2007-06-17 Matthew DillonAdd subr_diskgpt.c to the platform conf files.
2007-06-17 Matthew DillonImplement (non-bootable) GPT support. If a PMBR partit...
2007-06-16 Matthew DillonBackout the last commit, it's creating panics.
2007-06-16 Matthew DillonCreate the USB task queues before creating the event...
2007-06-16 Sascha WildnerTurn VINUM_LABEL into a noop (fixing LINT).
2007-06-16 Matthew DillonUpdate all sound code to use the snd_*() locking abstra...
2007-06-16 Matthew DillonRegenerate system callsa (add uuidgen()).
2007-06-16 Matthew DillonImplement an opaque function, if_getanyethermac(),...
2007-06-16 Matthew DillonBring uuidgen(3) into libc and implement the uuidgen...
2007-06-16 Hasso TepperBring in the latest sound changes from RELENG_6.
2007-06-16 Matthew DillonImport the kernel GPT and UUID header files from FreeBS...
2007-06-16 Sepherosa Ziehau- In bridge_enqueue(), dispatch the mbuf to the current...
2007-06-15 Sascha WildnerAdjust Makefile like those of other drivers which suppo...
2007-06-15 Matthew DillonAdd vfs.nfs.pos_cache_timeout to complement vfs.nfs...
2007-06-15 Sepherosa ZiehauSome non-802.11e non-standard conforming APs use sepera...
2007-06-14 Simon SchubertAllow vchans to have their own volume control.
2007-06-14 Matthew DillonWhen getnewvnode() is called the vnode's v_type default...
2007-06-14 Matthew Dillonxpt_bus_deregister() never returns 0, don't test for it.
2007-06-14 Matthew DillonDo not destroy the device queue, it is needed by the...
2007-06-13 Matthew DillonExpand the diskslice->ds_openmask from 8 bits to 256...
2007-06-13 Matthew Dillondev_dopen() can be called multiple times with only...
2007-06-13 Matthew DillonRefuse to poll a detached sim.
2007-06-13 Matthew DillonDont poll PS/2 mouse interrupts, it can cause the mouse...
2007-06-09 Matthew DillonMove initialization of a vnode's various red-black...
2007-06-09 Matthew DillonThis patch allows umct (USB<->RS232 adapter) to write...
2007-06-09 Sascha WildnerSwitch LINT to building NATA.
2007-06-09 Sascha WildnerAdd 'nataraid' and 'natausb'.
2007-06-09 Matthew DillonRemove the temporary NATA kernel build config file...
2007-06-08 Sepherosa ZiehauIf PCI_MAP_FIXUP is defined, following fixes will be...
2007-06-08 Sascha WildnerDocument that bge(4) supports polling now.
2007-06-08 Matthew DillonIncrease the tsleep/wakeup hash table size and augment...
2007-06-08 Matthew DillonFormalize the object sleep/wakeup code when waiting...
2007-06-08 Matthew DillonRemove the last source of SMP TLB invalidations in...
2007-06-07 Matthew DillonRemove unused variables after last commit.
2007-06-07 Matthew DillonGet rid of some broken _KERNEL_VIRTUAL hacks.
2007-06-07 Matthew DillonEntirely remove exec_map from the kernel. Use the...
2007-06-07 Matthew DillonImplement vm_fault_object_page(). This function return...
2007-06-07 Simon SchubertGet rid of disklabel faking/processing.
2007-06-07 Simon SchubertTry hard to restore the termios state on exit/reboot.
2007-06-07 Simon SchubertFix module loading for vkernel.
2007-06-07 Simon SchubertDon't loose count when adding too many plexes to a...
2007-06-07 Matthew DillonAdd KTR logging for SMP page table syncing ops.
2007-06-07 Matthew DillonUse the slab cache for PAGE_SIZE and PAGE_SIZE*2 sized...
2007-06-07 Matthew DillonAdd polling support to BGE.
2007-06-07 Matthew DillonWhen compiling a kernel with all ktr logging (KTR_ALL...
2007-06-06 Matthew DillonAdd a field to the keyboard abstraction structure that...
2007-06-06 Sepherosa Ziehaubridge_enqueue() does not use bridge(4)'s softc, so...
2007-06-05 Sascha WildnerUpdate FreeBSD ID tags.
2007-06-05 Sepherosa ZiehauDon't let ether_input() to do the bridging work, i...
2007-06-04 Matthew DillonDo any crash dump operation before the shutdown_post_sy...
2007-06-04 Sascha WildnerReplace the remaining NG_*LEN constants with NG_*SIZ...
2007-06-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-06-03 Matthew DillonCatch up a bit with FreeBSD netgraph by replacing ...
2007-06-03 Simon SchubertCorrect conditional to correctly treat segments which...
2007-06-03 Matthew DillonPart 1/2: Add a sanity check to the NATA interrupt...
2007-06-03 Matthew DillonSet the IDE DMA start bit as a separate I/O write from...
2007-06-03 Matthew DillonImplement boundary and maximum segment size handling...
2007-06-03 Sepherosa Ziehaubridge_{input,output_serialized}() only need to be...
2007-06-03 Matthew DillonM_NOWAIT can only be used in a driver where a failed...
2007-06-03 Matthew DillonAdd a timings line for UDMA6 in two places. The driver...
2007-06-03 Peter AvalosMerge from vendor branch LESS:
2007-06-03 Matthew DillonUpdate MAKEDEV for acd* and cd* devices, the kernel...
2007-06-02 Matthew DillonSynchronize to FreeBSD 1.35 - just adds a #define for...
2007-06-02 Matthew DillonBring in 1.343 from FreeBSD. FreeBSD commit message:
2007-06-02 Sepherosa Ziehau- Nuke the second parameter of bridge_stop(). This...
2007-06-02 Sepherosa Ziehau- Break long lines.
2007-06-02 Sepherosa Ziehaukmalloc(M_WAITOK) will never return NULL.
2007-06-02 Sepherosa Ziehaubstp_input() can't return non-NULL mbuf, explicitly...
2007-06-02 Sepherosa Ziehau- Avoid mbuf "use after free", if bridge(4) is in monit...
2007-06-01 Sascha WildnerMake 'device natausb' compile again.
next