Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-23 | garbage-collect stale ND entries (default: 1 day). | Jun-ichiro itojun Hagino | |
RFC 2461 5.3. sync with kame. | |||
2001-02-23 | remove unnecessary state, ND6_LLINFO_WAITDELETE, from neighbor cache | Jun-ichiro itojun Hagino | |
state machine. no need for RTF_REJECT on neighbor cache entires, they are leftover from ARP code. sync with kame. | |||
2001-02-22 | ifdef sparc -> ifdef __sparc__ | Artur Grabowski | |
2001-02-22 | avoid sign extension for %b | Michael Shalayeff | |
2001-02-22 | Typo police: | Kenneth R Westerback | |
Replace last ADV/ASC/Adv, etc. uses with ADW/Adw as appropriate. Delete comments about non-existant structure members, correct references to existing structure members to use correct structure names or typedefs. | |||
2001-02-22 | ELF uses more than 5 vmcmds by default, so grow the default vmcmd set size | Artur Grabowski | |
to 8. At the same time it seemed like a good idea to avoid to always malloc a new vmcmd array, so put the default sized array into struct exec_vmcmd_set. We might want to make a linked list of vmcmd arrays or exec_vmcmd_sets instead of reallocating them some time in the future, but right now this seems like a waste of time. | |||
2001-02-22 | correct behavior when ip6 reass queue reaches the upper limit. | Jun-ichiro itojun Hagino | |
2001-02-22 | Improve the page mapped check algorithm in the powerpc pmap module, | Dale Rahn | |
before it was looking through two arrays of 8 and a linked list of undetermined size, before deciding that a mapping was not valid. Now it allocates a data structure and caches that data. This improves both pmap_enter and pmap_remove because both check to see if a mapping is valid before taking the appropriate actions. Also in pmap_remove, if the va mapping is found, stop searching for it in the rest of this array, the alternate array and the linked list. only one valid mapping of each va is allowed. This change improved lat_mmap (from lmbench) from 1300 to 720 and fork+exit from 7320 to 2724 microseconds. | |||
2001-02-22 | sync | Chris Cappuccio | |
2001-02-22 | Use real VIA product names for IDE controllers rather then contrived ones, | Chris Cappuccio | |
ok deraadt@ | |||
2001-02-22 | slightly less verbose dmesg | Chris Cappuccio | |
2001-02-22 | be more more picky about ip6 destopt parsing. sync with kame | Jun-ichiro itojun Hagino | |
2001-02-22 | sync | Chris Cappuccio | |
2001-02-22 | Comments may not exist on 'product' or 'vendor' lines | Chris Cappuccio | |
2001-02-22 | Enable the same PHYs that are enabled in GENERIC | Chris Cappuccio | |
2001-02-22 | Enable lxtphy and qsphy because they both work fine for me, ok jason@ | Chris Cappuccio | |
2001-02-21 | sync | Chris Cappuccio | |
2001-02-21 | Make dmesg prettier, ok deraadt@ | Chris Cappuccio | |
all your base are belong to us | |||
2001-02-21 | Latest soft updates from FreeBSD/Kirk McKusick | Constantine Sapuntzakis | |
Snapshot-related code has been commented out. | |||
2001-02-21 | + sis | Theo de Raadt | |
2001-02-21 | Remove old (non-wsmouse) pms driver. aaron@ ok. | jbm | |
2001-02-21 | make validation code more strict for ND6/dest6 variable length headers. | Jun-ichiro itojun Hagino | |
check duplicated nd6_ifinfo table initialization in a better way. sync with kame | |||
2001-02-21 | Missed a place for M_ZERO | Constantine Sapuntzakis | |
2001-02-21 | use void * rather than caddr_t in xfs_mount to match change in mount.h. | Nathan Binkert | |
ok assar@ | |||
2001-02-20 | Import of wsmouse-compatible lms and mms drivers from NetBSD. | jbm | |
Remove creation of non-wsmouse device in MAKEDEV (/dev/lms{0,1}, /dev/mms{0,1} /dev/psm0, /dev/pms0). Remove cdevsw[] entries for the devices above, as new mouse protocols are only accessible trough /dev/wsmouse. aaron@ ok. | |||
2001-02-20 | Add M_ZERO option to malloc. Causes malloc to return a zero'ed buffer. | Constantine Sapuntzakis | |
Used by the new soft updates code | |||
2001-02-20 | Remove old (non wsmouse) lms and mms drivers. Remove the commented olms and | jbm | |
omms entries in GENERIC. aaron@ ok | |||
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff | |
2001-02-20 | sync with freebsd: | Jason Wright | |
use LIST_FOREACH construct instead of homebrew loop | |||
2001-02-20 | add mii support to if_vr (mostly from FreeBSD) | Jason Wright | |
also sync with other FreeBSD changes | |||
2001-02-20 | Use table driven device list | Jason Wright | |
Add Dlink 530TX+ (thanks to Jarrett Byrnes <jearbear@arrr.net> for testing) | |||
2001-02-20 | provide SIOC[SG]LIFPHYADDR, which greatly simplify userland manipulation. | Jun-ichiro itojun Hagino | |
sync with kame. old ioctls are kept but not really recommended. | |||
2001-02-20 | Compile with USCANNER_DEBUG, implied by USB_DEBUG. | Hakan Olsson | |
2001-02-20 | use u_int32_t, not u_int, for DLT_NULL encapsulation. sync with kame | Jun-ichiro itojun Hagino | |
2001-02-20 | tighten IPv4 option header processing (we may want to do more). | Jun-ichiro itojun Hagino | |
reviewed by angelos. | |||
2001-02-20 | default to kernel messages blue | Theo de Raadt | |
2001-02-20 | If you can't do wide xfers, don't tempt the targets by offering | Kenneth R Westerback | |
it. They might not turn you down. Spotted by drahn@. | |||
2001-02-20 | Adhere to VM/UVM pager requirements, do not unmap pager mappings. | Dale Rahn | |
recognize pager_sva/pager_eva. Does not seem to change anything under UVM but is recommended, may have been the cause for the "pmap" bug under VM. Test compiled for VM, but not run. Ok'd by art. | |||
2001-02-20 | Indicate that wdc is capable of UDMA, print device mode using MI | Dale Rahn | |
wdc_print_current_modes function. | |||
2001-02-20 | Add edge/level sense detection capability to the interrupt controller, | Dale Rahn | |
changes from NetBSD, been in my tree for a while. | |||
2001-02-20 | Make drivers more quiet, no point in printing useless information. | Dale Rahn | |
2001-02-20 | Forgot $OpenBSD$ tags | Nathan Binkert | |
2001-02-20 | add uftdi | Nathan Binkert | |
2001-02-20 | Add the uftdi driver for the FTDI usb->serial converter. | Nathan Binkert | |
Driver from NetBSD. ok aaron@ | |||
2001-02-20 | sync | Jason Wright | |
2001-02-20 | Dlink 530TX+ | Jason Wright | |
2001-02-20 | use void * consistently in vfs_mount and sys_mount. ok @art | assar | |
2001-02-20 | Tone down the verbosity level slightly on the adw driver, print | Kenneth R Westerback | |
negotiation results on one line, during boot polling only, in same format as now used in siop. Move one check for probe INQUIRY commands to poll loop rather than checking every good I/O twice. | |||
2001-02-20 | Tone down the verbosity level slightly on the iha driver, print | Kenneth R Westerback | |
negotiation results on one line, during boot polling only, in same format as now used in siop. Move checking for probe INQUIRY commands to poll loop rather than checking every good I/O. Remove an unwanted debug statement and unneeded (resolved) XXX comment. | |||
2001-02-20 | Tone down the verbosity level on the siop driver, print negotiation | Kenneth R Westerback | |
results on one line, during boot polling only. Force wide/sync negotiations for all targets during boot. Delete extraneous name field and associated strings that duplicate info provided in INQUIRY data. Actually timeout during polling rather than wait forever for ITSDONE. Remove unneeded check for SCSI_POLL before calling scsi_done(). Makes logic conform to other drivers. |