dragonfly.git
2007-06-14 Sascha WildnerDocument that nata(4) is now our default ATA driver:
2007-06-14 Simon SchubertAllow vchans to have their own volume control.
2007-06-14 Sascha WildnerCDRom -> CD-ROM
2007-06-14 Sascha Wildner* Fix the example for configuring /etc/ttys according...
2007-06-14 Sascha WildnerTo create a disklabel, the vn0s0 device is now used...
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-13 Sascha WildnerFix typo.
2007-06-12 Simon SchubertUse correct variable types when copying files.
2007-06-12 Hasso TepperFix rewrite error which appeared in rev 1.3.
2007-06-10 Sascha WildnerRemove some non-existant variables and clean up the...
2007-06-10 Simon SchubertSwitch xorg to modular, so that it fits with the prebui...
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-09 Matthew DillonCreate an upgrade target for MAKEDEV. This target...
2007-06-08 Sascha Wildner* Perform some minor cleanup in the manual page and...
2007-06-08 Jeremy C. ReedComment out line about UDF specific mount options ...
2007-06-08 Matthew DillonChange the -a option to be a bit friendlier. Have...
2007-06-08 Matthew DillonAdd a new option to ktrdump (-l) which causes it to...
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 Simon SchubertUse MAXPARTITIONS instead of hardcoded value.
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 Sascha WildnerAdd some words about -v.
2007-06-04 Matthew DillonDo any crash dump operation before the shutdown_post_sy...
2007-06-04 Sascha WildnerAdd the cvsup manpage to the ISO, dammit.
2007-06-04 Sascha WildnerReadjust some comments.
2007-06-04 Sascha WildnerReplace the remaining NG_*LEN constants with NG_*SIZ...
2007-06-03 Sascha WildnerReplace the remaining *LEN constants with *SIZ constants.
2007-06-03 Peter AvalosUpdate for libarchive 2.2.3.
2007-06-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-06-03 Peter AvalosImport libarchive 2.2.3 fixing a few memory leaks and...
2007-06-03 Matthew DillonCatch up a bit with FreeBSD netgraph by replacing ...
2007-06-03 Peter AvalosGC old sendmail version.
2007-06-03 Simon SchubertCorrect conditional to correctly treat segments which...
2007-06-03 Matthew DillonGo to bed before the sun comes up.
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 YONETANI Tomokazuvmstat -iv: include IRQ number before the interrupt...
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 AvalosGC old less version.
2007-06-03 Peter AvalosUpgrade to less version 403.
2007-06-03 Peter AvalosAdd our READMEs.
2007-06-03 Peter AvalosMerge from vendor branch LESS:
2007-06-03 Peter AvalosImport of less-403.
2007-06-03 Peter AvalosUse exec and fix handling of filenames containing white...
2007-06-03 Matthew DillonUpdate MAKEDEV for acd* and cd* devices, the kernel...
2007-06-02 Sascha WildnerNuke some obsolete named(8) related variables which...
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 Sascha WildnerDocument pf(4) related variables.
2007-06-02 Sascha WildnerOops, add variable types.
2007-06-02 Sascha WildnerDocument some variables which were added with Andreas...
2007-06-02 Sascha WildnerFix loopback setup for firewall_type="closed".
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.
2007-06-01 Sascha WildnerRegen.
2007-06-01 Matthew DillonMerge all the FreeBSD work done since our initial impor...
2007-06-01 Matthew DillonAdd a missing header file dependancy.
2007-06-01 Matthew DillonAdd flsl() for the NATA driver.
2007-06-01 Matthew DillonAdd flsl() for the NATA driver.
2007-05-31 Sascha WildnerKill documentation for harvest_{interrupt,ethernet...
2007-05-31 Matthew DillonAdjust M_NOWAIT to M_WAITOK or M_INTWAIT as appropriate.
2007-05-31 Hasso TepperAdd ip6 and icmp6 displays to systat(1).
2007-05-31 Sepherosa ZiehauCatch up with the latest LWKT msgport updating.
2007-05-29 Matthew DillonRename private to privdata and class to srclass to...
2007-05-29 Hasso TepperAdd implementations of the inet6_opt* and inet6_rth...
next