Age | Commit message (Expand) | Author |
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 |
2007-04-26 | Handle AltiVec Assist exceptions. Fixes a panic when running crashme. | Mark Kettenis |
2007-04-26 | Proper atomic_{set,clear}bits_{int,long} implementation, and use it for | Miod Vallat |
2007-04-26 | add sgi_fam as a well-know rpc protocol | Marc Espie |
2007-04-26 | enable splassert (1) by default; requested and ok many | Theo de Raadt |
2007-04-26 | add a comment that NetXen provided hardware and documentation to make | Reyk Floeter |
2007-04-26 | remove unused var. okay marc@ | Kurt Miller |
2007-04-26 | ack the power switch interrupt even if machdep.kbdreset is not set | Martin Reindl |
2007-04-26 | Do not allow userland to change cop0 SR via ptrace; from NetBSD. | Miod Vallat |
2007-04-26 | Be more careful when changing cop0 SR value; or flags in instead of setting | Miod Vallat |
2007-04-26 | Do not invoke arcbios routines from the moment our page tables are set up, | Miod Vallat |
2007-04-26 | USB device lists do not need a terminating sentinel, so don't provide any; | Miod Vallat |