Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-19 | Davicom DM9009 support | Henning Brauer | |
tested by Lucas Reddinger <lucas at wlwdesigns.com> | |||
2003-04-19 | regen | Henning Brauer | |
2003-04-19 | +davicom DM9009 | Henning Brauer | |
2003-04-18 | Return EINVAL if MAP_FIXED was specified but was not available. ok tedu@ | Dale Rahn | |
2003-04-18 | support for making directories +x without affecting normal files | Ted Unangst | |
ok millert@ | |||
2003-04-18 | Add code to set the TUN_* flags for INET6 addresses too. This allows a | Jason Wright | |
tun with ipv6 only to actually send/recv packets. itojun "looks ok to me" (after helping correct several iterations =) | |||
2003-04-17 | replaced by loadfile now | Michael Shalayeff | |
2003-04-17 | missing indent | Michael Shalayeff | |
2003-04-17 | new boots | Michael Shalayeff | |
2003-04-17 | oops | Michael Shalayeff | |
2003-04-17 | there is no reason to keep both around. just rename | Michael Shalayeff | |
2003-04-17 | A SEVERE hack given to me by mickey to draw the line in the sand at 1G. | Dale Rahn | |
memory by default will be executable, above, non executable. If memory is requested to be exectable above 1G, this limit is relaxed. | |||
2003-04-17 | Common bootloader file for 'loadfile' performs same action as old exec main. | Dale Rahn | |
eg boot.conf | |||
2003-04-17 | changes to support mquery with 1Gsep on i386. avoid heap on mappings. | Dale Rahn | |
2003-04-17 | Remove a bogus ALIGNED_POINTER, this is now defined in proper i386 headers. | Dale Rahn | |
2003-04-17 | asm cleanup, binutils gas is more pickey about asm instruction word size. | Dale Rahn | |
2003-04-17 | i386 ELF bootloader. developed with weingart@ | Dale Rahn | |
2003-04-17 | i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep. | Dale Rahn | |
DARPA funded work. | |||
2003-04-16 | Use uvm_findspace() to verify that the addresses allocated to ld.so are | Dale Rahn | |
not already used. limit nphdr to 32. ok tedu@ | |||
2003-04-16 | fix my copyright. make the part that's without fee unambiguous | Nathan Binkert | |
2003-04-16 | Clarify license terms. | Miod Vallat | |
2003-04-16 | siginfo support for vax. | Miod Vallat | |
machdep.c changes by me, trap.c changes by deraadt. | |||
2003-04-16 | better limits and clean out old consts and comments | Michael Shalayeff | |
2003-04-16 | half the uspace seems to be very much enough | Michael Shalayeff | |
2003-04-16 | clean some spaces and registers and other fluff | Michael Shalayeff | |
2003-04-15 | do the same ufs does: collapse extra slashes. this allows loading files from ↵ | Michael Shalayeff | |
the root of cd9660 in particular; millert@ ok | |||
2003-04-15 | rearrange devsw to place dk in the beginning. necessary glue hookups in cdboot | Michael Shalayeff | |
2003-04-14 | revert last change since it causes problems on some devices | Alexander Yurchenko | |
2003-04-14 | rename rootvp to rvp to avoid global. ok deraadt@ krw@ | Ted Unangst | |
2003-04-14 | rename rootvp to rvp to avoid global. ok deraadt@ krw@ | Ted Unangst | |
2003-04-14 | rename ticks to nticks to avoid global. ok deraadt@ krw@ | Ted Unangst | |
2003-04-14 | Remove dead attribute "rasterconsole". | Miod Vallat | |
2003-04-14 | sync | Theo de Raadt | |
2003-04-14 | There are two related changes. | Artur Grabowski | |
The first one is an mquery(2) syscall. It's for asking the VM system about where to map things. It will be used by ld.so, read the man page for details. The second change is related and is a centralization of uvm_map hint that all callers of uvm_map calculated. This will allow us to adjust this hint on architectures that have segments for non-exec mappings. deraadt@ drahn@ ok. | |||
2003-04-13 | Add a simple driver for the SBus ``Prestoserve'' NVRAM cards. | Miod Vallat | |
The Legato Prestoserve NFS accelerator used to be very popular, back when NFSv3 did not exist, and disks and network speeds were not as good as they are now... This driver does not attempt to play any game with filesystems, but will only provide access to the cards NVRAM, as a block device. If you have bright ideas on ``what to do with a few MB of battery-backed memory'', I am interested in realistic suggestions! | |||
2003-04-13 | diff from nordin@ to prevent wraparound on long uptime machines. | Ted Unangst | |
ok art@ deraadt@ miod@ tdeval@ | |||
2003-04-12 | life's easier if one initializes pointers... | Henning Brauer | |
2003-04-12 | don't create a root class implicitely. we do this from pfctl, and need | Henning Brauer | |
control over the root class from pfctl. also fix a few null pointer derefs in case a root class does not exist | |||
2003-04-12 | kill the qid assignment code here; return EINVAL if qid == 0 - similar to | Henning Brauer | |
what we do for teh other schedulers already | |||
2003-04-12 | ansi and a bit style; ok kjc@ | Henning Brauer | |
2003-04-12 | Don't wait for DRQ after issuing IDENTIFY command. Fix long detecting | Alexander Yurchenko | |
of atapi devices. Problem reported by Nicolas Baldi <nib1@cs.pitt.edu>, diff from costa@. | |||
2003-04-12 | Fix index bounds checking in save data pointers logic. | Kenneth R Westerback | |
Fix an indent problem and an extra blank space. ok mickey@ | |||
2003-04-11 | Match PCI_PRODUCT_INTEL_PRO_100_VE_4 and PCI_PRODUCT_INTEL_PRO_100_VM_4. | Todd C. Miller | |
Assume these two need FXPF_HAS_RESUME_BUG. If not, that can be changed later. PCI_PRODUCT_INTEL_PRO_100_VE_4 tested by Jan Johansson. | |||
2003-04-11 | set/update the queue IDs on filter rules (qid and pqid) on | Henning Brauer | |
-DIOCCHANGERULE (just the affected rule) -DIOCCOMMITRULES (all filter rules that get committed - one anchor or main rs) -DIOCCOMMITALTQS (all filter rules, main set plus all anchors) This fixes a whole bunch of issues. previously, this was done in userland at load time. This worked fine for the usual case, full ruleset load. It did not work inside anchors, as the queue name <-> queue ID mapping is unknown there. Also, if the queue definitions were changed without reloading the rules too (pfctl -A), the queue IDs on the rules were not updated. The three ioctls mentioned above are all entry points where the mapping is touched. helpful discussion with dhartmei@ and cedric@ helped verifying my approach for this fix was right. ok dhartmei@ cedric@ | |||
2003-04-11 | Delete a doubly redundant call to timeout_del() in osiop_timeout. | Kenneth R Westerback | |
First, the only way to get there was if the timeout fired, in which case timeout_del() is a noop. Second, it will be called in osiop_scsidone() for every active command when osiop_reset() is called in osiop_timeout(). From mickey@ | |||
2003-04-11 | zombies can't live allproc list. art fixed the real problem a while ago. | Ted Unangst | |
2003-04-11 | always reread curproc and frame on return from the system call | Michael Shalayeff | |
2003-04-11 | count traps and interrupts | Michael Shalayeff | |
2003-04-10 | more POSIX chown | Todd C. Miller | |
2003-04-10 | make all entry points of the same number of arguments and that greatly ↵ | Michael Shalayeff | |
simplifies the call setup in the scheduler |