Age | Commit message (Expand) | Author |
2007-04-27 | Correct typo in comment, no code changes | Chad Loder |
2007-04-27 | more lint warning reductions. use int for all priority vars. okay marc@ | Kurt Miller |
2007-04-27 | update a comment to reflect the truth - the documentation that is | Reyk Floeter |
2007-04-27 | spacing | Reyk Floeter |
2007-04-27 | fix minor nit with previous commit | Kurt Miller |
2007-04-27 | registers are accessed via configurable windows in the PCI memory space, | Reyk Floeter |
2007-04-27 | fix thread_continuation_t typedef and use passed curthread instead of | Kurt Miller |
2007-04-27 | also map the seconds PCI memory space | Reyk Floeter |
2007-04-27 | Disable interrupts around bit operations; ok deraadt@ | Miod Vallat |
2007-04-27 | Enable interrupts during syscall processing. Need to verify if the | Dale Rahn |
2007-04-27 | In pmap_enter_pv(), when uncaching a page due to a VAC conflict, only flush | Miod Vallat |
2007-04-27 | Remove unused macros, and make sure the remaining one do not truncate the | Miod Vallat |
2007-04-27 | More pmap changes from the potpourri pool: | Miod Vallat |
2007-04-27 | Remove unused function _thread_fd_unlock_owned() and | Kurt Miller |
2007-04-27 | For uvm_map and uvm_unmap, splassert(IPL_NONE) for non-INTRSAFE maps. | Artur Grabowski |
2007-04-27 | Another indentation cleanup without binary changes. | Artur Grabowski |
2007-04-27 | Some ANSI function prototypes and misc cleanups. | Artur Grabowski |
2007-04-27 | Some indentation cleanup. | Artur Grabowski |
2007-04-27 | sync | Theo de Raadt |
2007-04-27 | sync (also update the PCI IDs in the nx driver) | Reyk Floeter |
2007-04-27 | update NetXen PCI IDs | Reyk Floeter |
2007-04-27 | tweaks; | Jason McIntyre |
2007-04-27 | add initial nxb_read/nxb_write functions | Reyk Floeter |
2007-04-27 | only attach nx NICs with 128MB memory and a 32bit memory type for now | Reyk Floeter |
2007-04-27 | rename sc_io* types to sc_mem* to reflect the bus space memory type. | Reyk Floeter |
2007-04-27 | add NX_DEBUG macros | Reyk Floeter |
2007-04-27 | add a section to define the nx memory layout | Reyk Floeter |
2007-04-27 | Use rlimit nofiles max to size fd/fdp tables instead of cur. Fixes | Kurt Miller |
2007-04-27 | Remove unneeded #include's, as already done for disklabel. CPU_BIOS | Kenneth R Westerback |
2007-04-27 | Nuke WDUNIT/WDPART/etc. defines and just use standard DISKUNIT/DISKPART/etc. | Kenneth R Westerback |
2007-04-27 | Check for Control key held down when starting, and don't read boot.conf | Tom Cosgrove |
2007-04-27 | Document atomic_{set,clear}bits_int. | Artur Grabowski |
2007-04-27 | Modified manpage to reflect claudio's changes about 224.0.0.9 route. | Michele Marchetto |
2007-04-27 | Ripd needs a valid route for 224.0.0.9 to work. Instead of forcing users to | Claudio Jeker |
2007-04-27 | Use the right size when we're backing out the allocation in | Artur Grabowski |
2007-04-27 | Fix copy/paste-o in offset of TDINTCM register jointly spotted by dlg and | Chad Loder |
2007-04-27 | piixpcib bits; ok gwk | Jason McIntyre |
2007-04-27 | my txt fifo write bug is extremely strange. i need a delay before the | David Gwynne |
2007-04-27 | caps for NTP server; from jdixon | Theo de Raadt |
2007-04-27 | remove duplicate defines. | David Gwynne |
2007-04-27 | typo; mikolaj.kucharski@gmail | Theo de Raadt |
2007-04-26 | lint says: fdisk.c:160: warning: operator '==' found where '=' was expected | Theo de Raadt |
2007-04-26 | includes that are not needed anymore | Theo de Raadt |
2007-04-26 | Eliminate CPU_BIOS from userland and wd(4) by always using the BIOS | Kenneth R Westerback |
2007-04-26 | replace REV, REV1 and REV2 with rev, rev1 and rev2, respectively; | Igor Sobrado |
2007-04-26 | replace D, D1 and D2 by date, date1 and date2 respectively; | Igor Sobrado |
2007-04-26 | `[-sstate[:rev]]' is not available in rcs(1) | Igor Sobrado |
2007-04-26 | the message returned by usage() must fit on a 80-column display | Igor Sobrado |
2007-04-26 | compatibility (`do nothing') options do not need to be announced | Igor Sobrado |
2007-04-26 | replace tabs by spaces in the message returned by usage() | Igor Sobrado |