Age | Commit message (Expand) | Author |
1999-11-26 | fix descriptor leaks and double fclose(); markus and I; ok from millert | Theo de Raadt |
1999-11-26 | fix error where SACKs were not printed with absolute sequence numbers | Niels Provos |
1999-11-26 | hide in DEBUG some extra printings | Michael Shalayeff |
1999-11-26 | print asp spu type in text | Michael Shalayeff |
1999-11-26 | shorter text, so it fits in 80 columns | Michael Shalayeff |
1999-11-26 | accomodate for mi changes | Michael Shalayeff |
1999-11-26 | provide general "probing" routine, also used in isa cards memory sizing; | Michael Shalayeff |
1999-11-26 | fix types for raw routines, also fix macros in bus.h for raw multi; 10x niklas@ | Michael Shalayeff |
1999-11-26 | enable sti, config on nfs | Michael Shalayeff |
1999-11-26 | enable sti graphics, which seems to map rom ok now; also machdep.c needs sti.h | Michael Shalayeff |
1999-11-26 | do console stuff, pdc_call is in locore now | Michael Shalayeff |
1999-11-26 | vm_offset_t -> vaddr_t | Artur Grabowski |
1999-11-26 | Use round_page(X) instead of roundup(X, NBPG), use PAGE_SIZE instead of NBPG. | Artur Grabowski |
1999-11-26 | Another comment change. (NBPG -> PAGE_SIZE). | Artur Grabowski |
1999-11-26 | Yet another useless indentation fix (I don't like 'M' in my cvs updates). | Artur Grabowski |
1999-11-26 | Update comment to reflect reality. | Artur Grabowski |
1999-11-26 | Use round_page instead of some home-made macro. | Artur Grabowski |
1999-11-26 | Remove unnecessary printfs. From deraadt@ | Artur Grabowski |
1999-11-26 | Run Configure as part of a 'beforedepend' target in perl's Makefile.bsd-wrapper | Todd C. Miller |
1999-11-26 | use pthread_join instead of pthread_cancel to test for a thread's existence a... | David Leonard |
1999-11-26 | new bus, some things i was not right | Michael Shalayeff |
1999-11-26 | undo damage by aaron. what is it with you guys? 4 people (matthieu, | Theo de Raadt |
1999-11-26 | don't use stack cache if user supplied the storage | David Leonard |
1999-11-26 | Build libperl with the other libs | Todd C. Miller |
1999-11-25 | incorrect icmp packet length printf; gluk@ptci.ru | Theo de Raadt |
1999-11-25 | sloppy aaron | Theo de Raadt |
1999-11-25 | Whoops, didn't mean to step on espie's toes. Also restore some comments | Aaron Campbell |
1999-11-25 | Remove the keyboard mouse emulator, HP emulation mode, and PCVT_SHOWKEYS | Aaron Campbell |
1999-11-25 | Synch path with main MAKEDEV (include /usr/sbin, so chown works). | Ian Darwin |
1999-11-25 | no warnings; jwoehr@advtech.uswest.com | Theo de Raadt |
1999-11-25 | no dma.c no more | Michael Shalayeff |
1999-11-25 | there is no poip | Theo de Raadt |
1999-11-25 | NBPG in userland? what were you thiking? | Theo de Raadt |
1999-11-25 | convey and convex it traps on both ways, and a little syscalls in between | Michael Shalayeff |
1999-11-25 | bus stuff is in mainbus now, the rest is rewritten many ways | Michael Shalayeff |
1999-11-25 | it forks, it execs, it syscalls | Michael Shalayeff |
1999-11-25 | many traps, syscall nad other stuff | Michael Shalayeff |
1999-11-25 | clean some debug stuff | Michael Shalayeff |
1999-11-25 | new pcb and frame | Michael Shalayeff |
1999-11-25 | kernel psw register | Michael Shalayeff |
1999-11-25 | KERNEL_PSW no more | Michael Shalayeff |
1999-11-25 | new pcb and frame layouts | Michael Shalayeff |
1999-11-25 | '+' vs '=','0' constraints | Michael Shalayeff |
1999-11-25 | do bus stuff through pointers, native devices use memory ops where possible | Michael Shalayeff |
1999-11-25 | fix check for a pv list emptieness returned by pmap_find_pv | Michael Shalayeff |
1999-11-25 | remove dead pmap_collect_pv() | Michael Shalayeff |
1999-11-25 | Use PAGE_SIZE instead of NBPG. | Artur Grabowski |
1999-11-25 | Annoying unnecessary space. | Artur Grabowski |
1999-11-25 | Allow arguments to games and be more selective when checking for valid games. | Paul Janzen |
1999-11-25 | Fix an obscure bug involving misidentified coup fourres. | Paul Janzen |