Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-01 | sync | Theo de Raadt | |
2000-02-01 | 7895 | Theo de Raadt | |
2000-02-01 | remove superflous declaration of vnops, it's now in <sys/file.h> | assar | |
2000-02-01 | remove superflous declaration of vnops, it's now in <sys/file.h> | assar | |
2000-02-01 | add declaration of `vnops' | assar | |
2000-02-01 | call vfs_syncwait on standby and suspend | Michael Shalayeff | |
2000-02-01 | missed in last com.c commit, sc_ic usage was replaced w/ ia_ic where needed; ↵ | Michael Shalayeff | |
niklas@ ok | |||
2000-01-31 | Add CNet NE2000 support. | Federico G. Schwindt | |
2000-01-31 | Add CNet NE2000 support. | Federico G. Schwindt | |
2000-01-31 | explicitly round segments to a page boundary | Michael Shalayeff | |
2000-01-31 | re-add fixed vfork code from art | Theo de Raadt | |
2000-01-31 | bzero() in get_event too | Michael Shalayeff | |
2000-01-31 | Clean up memerr*. (from NetBSD) | Artur Grabowski | |
2000-01-31 | possibly uninitialized vasriable used in DEBUG code piece; from deraadt@ | Michael Shalayeff | |
2000-01-31 | remove if0ed stinkpad's spinlock | Michael Shalayeff | |
2000-01-31 | Add support for 93C66 and 93C56 SEEPROM chips. | Tobias Weingartner | |
Adapted from FreeBSD code. | |||
2000-01-31 | undo vfork changes, since non-UVM was not considered | Theo de Raadt | |
2000-01-30 | Add the prototype that matthieu forgot on his 11/22/1999 commit. | imp | |
2000-01-29 | this makes some rough and tough calculations on apm | Michael Shalayeff | |
segment addresses, should be installed (some bioses do report weird values some times) | |||
2000-01-29 | bring in some mods for apm1.2 proto; | Michael Shalayeff | |
account for 16bit and 32bit code segments at different bases; leave interrupts enabled when calling apm bios; a few more debugging printfs (ifdef'ed appropriately). | |||
2000-01-29 | get usage of memory maps supplied from /boot. | Michael Shalayeff | |
gives two immidiate advances: memory holes support (two best known are 640k-1M and 15M-16M), and bizaare apm segments placements. /boot must be at least from 2.5 (well, some earlier might work too ;) also, allows usage of new libkvm. | |||
2000-01-29 | separate clock init, to be called upon resume from apm sleeps | Michael Shalayeff | |
2000-01-29 | Updated flash and ipic device compatability with MC rev 0x01. zs mods to ↵ | Steve Murphree | |
work with LX style 162 boards. | |||
2000-01-29 | repair busdma calls w/o cookies | Michael Shalayeff | |
2000-01-28 | determine eisa motherboard id; | Michael Shalayeff | |
add more daughter devices definitions; enable eisa bus arbitration; | |||
2000-01-28 | Change fork1() from taking forktype and rforkflags, into a single flags | Artur Grabowski | |
argument. Let sys_rfork build the arguments to fork1() and do the sanity checks itself. | |||
2000-01-27 | remove bogus comment | Artur Grabowski | |
2000-01-27 | reduce global symbol pollution | Artur Grabowski | |
2000-01-27 | No need to include sys/vmmeter.h | Artur Grabowski | |
2000-01-27 | No prototypes and variables from this file are used in UVM. (ifdef) | Artur Grabowski | |
2000-01-27 | use {round,trunc}_page instead of manually doing the same thing | Artur Grabowski | |
2000-01-27 | pmap_writetext - use getptep4m/setpgt and avoid one unnecessary table walk | Artur Grabowski | |
2000-01-27 | It's amazing what you can find with some code reading. | Artur Grabowski | |
In pv_unlink4m we check if the page that was uncached due to bad aliases can be cached again. The check was correct but instead of clearing this flag we clear all other flags except PV_ANC. | |||
2000-01-27 | isa-avoidance | Michael Shalayeff | |
2000-01-27 | Merge "old" and "new" ESP and AH in two files (one for each). | Angelos D. Keromytis | |
Fix a couple of buglets with ingress flow deletion. tcpdump on enc0 should now show all outgoing packets *before* being processed, and all incoming packets *after* being processed. Good to be in Canada (land of the free commits). | |||
2000-01-27 | goof. | Steve Murphree | |
2000-01-27 | Took out le* at 0xffffd200. It conflicts with GCSR on some boards. | Steve Murphree | |
2000-01-27 | Fix for boards with only one zs chip. | Steve Murphree | |
2000-01-27 | zap setptesw4m, not used anymore | Artur Grabowski | |
2000-01-27 | zap getptesw4m, not used anymore (and the comment was bogus) | Artur Grabowski | |
2000-01-27 | update comment to reflect reality (remove it). | Artur Grabowski | |
2000-01-27 | pmap_rmk4m: There is no need to flush the segment from the tlb or | Artur Grabowski | |
to zero the table when we have 0 mappings in a segment. | |||
2000-01-26 | cleanup and simplify pmap_page_protect4m: | Artur Grabowski | |
- Use a normal while-loop when walking the pv lists instead of an ugly hack. - always clean the pte even if we know that it will be freed. - No need to flush the segment from the tlb in kernel. - add some ifdef DIAGNOSTIC. - clear the PV_ANC flag on the pv. | |||
2000-01-26 | sync | Theo de Raadt | |
2000-01-26 | more devices; sysadmin@terc.edu | Theo de Raadt | |
2000-01-26 | s/PDC_DEBUG/PDCDEBUG/ | Michael Shalayeff | |
2000-01-26 | Replace more table-walks and getpte4m/setpte4m with getptep4m/setpgt4m. | Artur Grabowski | |
2000-01-26 | new bindresvport() semantics that itojun, shin, jean-luc and i have agreed ↵ | Theo de Raadt | |
on, which will be happy for the future. bindresvport_sa() for sockaddr *, too. docs later.. | |||
2000-01-25 | some more cautions and debuggings; repair __syscall | Michael Shalayeff | |
2000-01-25 | better copy and zero inlines in locore; | Michael Shalayeff | |
proper setregs() in machedep; start of hpmc handler; some cleanup here and there; |