Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-27 | Convert array lookups to function calls that are bounds checked | Constantine Sapuntzakis | |
2001-07-27 | Don't accept arbitrary size file handles as the kernel buffer we are copying | Constantine Sapuntzakis | |
it into is fixed and on the stack | |||
2001-07-27 | Yet another probe fix. Switch to the right drive before looking at registers | Constantine Sapuntzakis | |
2001-07-27 | do not check in_dstaddr in rtinitflags() macro, otherwise | Jun-ichiro itojun Hagino | |
linklocal address manipulation codepath will choke. sync with kame | |||
2001-07-26 | Always flush the pipeline after updating cr1. | Miod Vallat | |
2001-07-26 | Typo. | Miod Vallat | |
2001-07-26 | missed this in previous symlink/mknod backout | Todd C. Miller | |
2001-07-26 | drop value of OpenBSD date to what it was before since the mknod/symlink ↵ | Todd C. Miller | |
changed have been backed out | |||
2001-07-26 | Back out changes to symlink and mknod that were not well tested. | Todd C. Miller | |
A simple mknod at causes a kernel panic (uvm_fault). | |||
2001-07-26 | Add support for disabling swap devices (swapctl -d). | Artur Grabowski | |
Improve error handling on I/O errors to swap. From NetBSD | |||
2001-07-26 | No longer used. | Artur Grabowski | |
2001-07-26 | regen | Brad Smith | |
2001-07-26 | add Broadcom BCM5700 Gigabit MAC | Brad Smith | |
2001-07-26 | In extent_destroy, remove the extent from the list of | Artur Grabowski | |
all extents. | |||
2001-07-26 | Print "data modified on freelist" sizes in hex. | Artur Grabowski | |
I know at least of two cases where people got confused by this and used the wrong size to the malloc debugger. | |||
2001-07-26 | Typos. | Artur Grabowski | |
From Heikki Korpela <heko@iki.fi> | |||
2001-07-26 | Be more careful with ranges. | Artur Grabowski | |
From Heikki Korpela <heko@iki.fi> | |||
2001-07-26 | set OpenBSD version to 200107 | assar | |
ok'd by art | |||
2001-07-26 | If pckbc_cnattach fails, try to usb attach. Helps on some legacy-free PCs | Constantine Sapuntzakis | |
2001-07-26 | make it compile on `other' endian machines | Michael Shalayeff | |
2001-07-26 | change vop_symlink and vop_mknod to return vpp (the created node) | assar | |
refed, so that the caller can actually use it. update callers and file systems that implement these vnode operations ok'd by art | |||
2001-07-26 | remove unused support for creating files and directories from | assar | |
msdosfs_mknod. ok'd by art | |||
2001-07-25 | Random cleanups that generate noise in my cvs updates. | Artur Grabowski | |
2001-07-25 | Some updates to UVM from NetBSD. Nothing really critical, just a sync. | Artur Grabowski | |
2001-07-25 | Change the pmap_enter interface to merge access_type and the wired boolean | Artur Grabowski | |
and arbitrary flags into one argument. One new flag is PMAP_CANFAIL that tells pmap_enter that it can fail if there are not enough resources to satisfy the request. If this flag is not passed, pmap_enter should panic as it should have done before this change (XXX - many pmaps are still not doing that). Only i386 and alpha implement CANFAIL for now. Includes uvm updates from NetBSD. | |||
2001-07-25 | nat proxy port randomization by ben fleis. | Daniel Hartmeier | |
2001-07-25 | Added missing break. -moj | Mats O Jansson | |
2001-07-25 | Make sure pkthdr.rcvif is correct before calling pf_test() | Jason Wright | |
2001-07-25 | be carefull about initializing timeouts | Michael Shalayeff | |
2001-07-25 | - unconditionalize call to bridge_input() (fewer #ifdef's and NPF>0 is ↵ | Jason Wright | |
default case anyway). - add support for filtering on interface output (and call pf_test() appropriately) What all this means: nonstateful and stateful PF filtering now works with the bridge. | |||
2001-07-25 | Initialization of arpcom * based on ifp was too soon: ifp can change as | Jason Wright | |
a result of a call to bridge_input(). | |||
2001-07-23 | reorder operations a bit for st16550{v2}, xr16850, ti16750: | Jason Wright | |
wake them up and then initialize them This fixes a comatose st16650 problem on addcom (detected as st16550). | |||
2001-07-23 | improve IFA_ROUTE handling. do not lose connected route on primary | Jun-ichiro itojun Hagino | |
interface address removals. | |||
2001-07-22 | pmap_clear_modify returns boolean_t | Miod Vallat | |
2001-07-21 | print additional debugging information for 'insert invalid' messages. occurs ↵ | Daniel Hartmeier | |
for some people (never for me), and I need more information. will be removed after the issue is resolved. please report these, if you get them. | |||
2001-07-21 | no rd required in regular kernels | Theo de Raadt | |
2001-07-21 | regen | Nathan Binkert | |
2001-07-21 | Add Level1 and their LXT1001 (Now owned by Intel) | Nathan Binkert | |
2001-07-21 | missing \n in a log() call | Jun-ichiro itojun Hagino | |
2001-07-21 | repair validation on RTAX_GENMASK insertion. has been broken since 44bsd. | Jun-ichiro itojun Hagino | |
(freebsd3 has a fix since 1999, but has insufficient validation on sa_len) | |||
2001-07-21 | repair IPv6 TCP. th_sum has to be initialized to 0 on template. | Jun-ichiro itojun Hagino | |
(older code had "th_sum = 0" at the bottom of the function, which was removed during TCP hardware checksumming change) | |||
2001-07-21 | Undo last fix to ata_wdc.c. Don't deregister timeout in generic code | Constantine Sapuntzakis | |
2001-07-21 | Don't hang on missing interrupts | Constantine Sapuntzakis | |
2001-07-21 | - don't allow wildcarded interrupts | Jason Wright | |
- use correct type (bus_addr_t) for iobase - if interrupt allocation fails, abort - clean up interrupt handler (again) | |||
2001-07-21 | - Clear all interrupts during initialization (shouldn't be necessary, but | Jason Wright | |
doesn't hurt). - Turn the dma queues on and off as needed. This results in fewer PCI aborts on 7751. | |||
2001-07-20 | use a variable, not it's default value from constant | Michael Shalayeff | |
2001-07-20 | make equal() macro to check sa_len match, otherwise we will touch | Jun-ichiro itojun Hagino | |
the content of a2 beyond a2->sa_len mistakenly. sync with kame | |||
2001-07-20 | Not mapping registers you know are there (even if they don't work) is a | Jason Wright | |
bad idea on ISA when you think about PCMCIA; pointed out by costa and mickey. | |||
2001-07-20 | Since the aborts seem recoverable (thus far), don't printf() about them, | Jason Wright | |
just maintain a counter. | |||
2001-07-20 | regen | Peter Galbavy | |