Print the "$" symbol on blank lines when the -s and -e options are used
[dragonfly.git] / sys /
2007-02-04 Sepherosa Ziehauregen
2007-02-04 Sepherosa ZiehauAdd PCI ids for Intel WL-3945ABG wireless minipci adapters.
2007-02-04 Sascha WildnerAdd firewire dependency.
2007-02-03 Sascha WildnerFix typo: firmare -> firmware
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-02-03 Simon SchubertRemove now unused cpu_coredump.
2007-02-03 Simon SchubertClean up stale code.
2007-02-03 YONETANI Tomokazuleftover from aout_coredump() removal:
2007-02-03 YONETANI Tomokazuadd prototype for linprocfs_init()
2007-02-03 Simon SchubertFix ps %CPU output in vkernel by exporting hw.availpages.
2007-02-02 Thomas E. SpanjaardDo not generate a trap signal for a spurious SIGTRAP...
2007-02-02 Simon SchubertFix indention.
2007-02-02 Simon SchubertDon't segfault the kernel if it can't resolve a name...
2007-02-01 Simon SchubertImplement window size passing between real tty and...
2007-02-01 Thomas E. SpanjaardRestore exporting of kernel threads as 'fake' processes...
2007-02-01 Simon SchubertTeach the vkernel to behave and not fsck with my tty.
2007-02-01 Simon SchubertReport non-existing procs as pid -1, not NO_PID.
2007-02-01 Simon SchubertChange kinfo_proc interface between kernel and userland.
2007-02-01 Simon SchubertDo not build bus modules for vkernels.
2007-01-30 Sascha WildnerRemove unused VIRTUAL_KERNEL option.
2007-01-30 Simon SchubertRework DEV_SUPPORT infrastructure.
2007-01-29 Thomas E. SpanjaardFix iovec checks to match properly. iovec == MAXIOV...
2007-01-29 Matthew Dillonsmbfs was not guarenteeing a NULL return vnode on error...
2007-01-28 YONETANI Tomokazuo Add modified tables based on the reports/patches...
2007-01-28 YONETANI TomokazuEnable setting debug.acpi.{layer,level} via sysctl...
2007-01-28 YONETANI Tomokazukern_recvmsg() may not return a valid(non-NULL) pointer...
2007-01-27 Sascha WildnerFix argument lists of locking primitives (thereby fixin...
2007-01-27 YONETANI Tomokazui should be pre-incremented in the loop maintenance...
2007-01-27 Sepherosa ZiehauAdd missing '\n'
2007-01-26 Matthew DillonFix generation of the mount path for "/" when a process...
2007-01-25 Matthew DillonSetup for 1.8 release - Adjust HEAD to 1.9.0
2007-01-25 Matthew DillonSetup for 1.8 release - bump HEAD to 1.7.1 and synchron...
2007-01-25 Matthew DillonFix the incorrect addition of a leading '/' in file...
2007-01-25 YONETANI TomokazuSilence harmless warnings (for module build).
2007-01-25 Matthew DillonStop init before ripping its filesystem references...
2007-01-25 YONETANI TomokazuInitialize ACPI task thread before AcpiEnableSubsystem...
2007-01-24 Simon SchubertDeclare dumpmag as used, even though it is an unused...
2007-01-24 YONETANI TomokazuMove acpica-unix-20050309 into the Attic
2007-01-24 Matthew Dilloncheckdirs() was being passed the wrong mount point...
2007-01-23 Sepherosa ZiehauCheck EEPROM twice in em_hardware_init(), because for...
2007-01-23 Matthew DillonFix a crash related to the NPX (floating point) interru...
2007-01-22 Simon SchubertPass structs by reference if you expect the callee...
2007-01-22 YONETANI TomokazuIncorrect calculation of a virtual block address within
2007-01-21 Sepherosa ZiehauAdd a workaround for some Lenovo/IBM laptops' onboard...
2007-01-21 YONETANI Tomokazupbn * vn->sc_secsize may wraparound, because both pbn...
2007-01-21 Sascha WildnerSync the network and sound modules sections with what...
2007-01-20 Sascha WildnerRemove wrong declarations (fix gcc41 build).
2007-01-20 Peter AvalosMerge from vendor branch BZIP:
2007-01-19 YONETANI TomokazuFix a hang during boot.
2007-01-19 YONETANI TomokazuRework the make rule for patched *.c files.
2007-01-19 YONETANI TomokazuAcpiTbDeleteTable() now takes a (ACPI_TABLE_DESC *...
2007-01-19 Matthew DillonRename /usr/src/sys/machine to /usr/src/sys/platform...
2007-01-18 Victor Balada DiazFix a stack reference bug and do a cleanup.
2007-01-18 Sepherosa ZiehauPut socket() declaration into __{BEGIN,END}_DECL, so...
2007-01-17 YONETANI TomokazuUpdate ACPI build wrappers to use new ACPI-CA code.
2007-01-17 YONETANI TomokazuMerge from vendor branch INTEL_ACPICA:
2007-01-17 YONETANI TomokazuImport acpica-unix-20061109 from Intel. vendor/INTEL_ACPICA
2007-01-16 Sascha WildnerAdd missing #endif.
2007-01-16 Matthew DillonImplement getcontext(), setcontext(), makecontext(...
2007-01-15 Matthew DillonWe want the virtual kernel to be default-secure. Disab...
2007-01-15 Matthew Dilloncputimer_intr_reload() - prevent a negatively indexed...
2007-01-15 Simon SchubertMerge from vendor branch GCC:
2007-01-15 Sepherosa ZiehauBy default do not enable hardware csum on PCIe re(4...
2007-01-15 Matthew DillonClose two holes in the pmap code. The page table self...
2007-01-15 Matthew DillonPass an interrupt frame to kqueue-based interrupts...
2007-01-15 Matthew DillonAdd kqueue based async I/O support to the virtual kerne...
2007-01-15 Matthew DillonAdd O_ASYNC (SIGIO) support to kqueue(). Also add...
2007-01-15 Matthew DillonAdd KQUEUE support to the TAP interface.
2007-01-15 Matthew DillonRename type to avoid conflict with 'kqueue' symbol.
2007-01-14 Matthew DillonLink up the interrupt frame to the systimer API. Use...
2007-01-14 Sepherosa Ziehau- Add multi pseudo network interface support for vkernel
2007-01-14 Sepherosa ZiehauExpose socket() function declaration for vkernel too.
2007-01-14 Sascha WildnerSync names of fs modules with what's really there.
2007-01-14 Matthew DillonImplement a new signal delivery mechanism, SA_MAILBOX...
2007-01-14 Sepherosa Ziehau- Invoke ifnet_attach_event when open tap(4) device...
2007-01-14 Sepherosa ZiehauInvoke ifnet_detach_event when close a tap(4) device...
2007-01-14 Matthew DillonThe FP subsystem might not work properly when a vkernel...
2007-01-13 Matthew DillonAllow VKERNEL builds to build certain non-hardware...
2007-01-13 Matthew DillonInclude the VN device by default.
2007-01-13 Thomas E. SpanjaardAdd options ACPI_QUIRK_VMWARE to LINT.
2007-01-13 Thomas E. SpanjaardEnable the ACPI quirks kernel environment variable...
2007-01-13 Thomas E. SpanjaardAdd support for a dynamic environment array in the...
2007-01-13 Matthew DillonPull in a few bits from FreeBSD. Add a structure size...
2007-01-13 YONETANI TomokazuSetting 0 to c_cc[] member doesn't disable the special...
2007-01-13 Simon SchubertMerge from vendor branch GCC:
2007-01-12 Thomas E. SpanjaardForgotten in previous commit: add 'verbose' bit definit...
2007-01-12 Thomas E. SpanjaardPrint names for two more bits in cpu_features2: Supplem...
2007-01-12 Matthew DillonFix the recently committed (and described) page writabi...
2007-01-12 Matthew DillonAdd single-user mode boot option (-s).
2007-01-12 Matthew DillonAdd missing bzero() during low boot after malloc().
2007-01-12 Matthew DillonSet kernel_vm_end to virtual_start instead of virtual_e...
2007-01-12 Matthew DillonMisc cleanups.
2007-01-12 Matthew DillonFix a number of places where the kernel assumed it...
2007-01-12 Matthew DillonAdd missing link options to export global symbols to...
2007-01-11 Matthew DillonRemove unused SWI's.
2007-01-11 Matthew DillonReplace remaining uses of vm_fault_quick() with vm_faul...
2007-01-11 Sascha WildnerRemove DEBUG_VFS_LOCKS which is not used anymore.
2007-01-11 Matthew DillonMajor pmap update. Note also that this commit temporar...
2007-01-11 Matthew DillonWhen removing a page directory, tell the real kernel...
2007-01-11 Matthew DillonFix a bug vm_fault_page(). PG_MAPPED was not getting...
next