Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-06-12 | hppa_init() now takes an argument from locore, | Michael Shalayeff | |
meaning the start of available memory. cleanup machdep somewhat. fix vm_map.pmap vs vm_pmap isue; 10x art@ | |||
1999-06-12 | cleanup leftovers | Michael Shalayeff | |
1999-06-12 | allow LIF-less volumes labels to be groked | Michael Shalayeff | |
1999-06-12 | microtime() is moving to locore.S | Michael Shalayeff | |
1999-06-12 | no need for vmspace.vm_pmap | Michael Shalayeff | |
1999-06-12 | no need for vmmap_pmap | Michael Shalayeff | |
1999-06-12 | allocate kernel stack in .bss | Michael Shalayeff | |
fix vm_map.pmap vs vm_pmap issue; 10x art@ fix setrunqueue()'s DIAGNOSTIC section, also p_stat is a char p_md is a member, not a pointer. | |||
1999-06-12 | fix displaying of variable value behavior | Todd T. Fries | |
1999-06-11 | removed TCPCOOKIE support. | pattonme | |
1999-06-11 | oops | Niels Provos | |
1999-06-11 | fix pmap_remove_va() pasto, so it actually remove mappings (: | Michael Shalayeff | |
map syscall gateway page in pmap_init() insert some debug printfs | |||
1999-06-11 | Add Q900 compatible mode serial address. | Jason Downs | |
1999-06-11 | egcs crap | Jason Downs | |
1999-06-10 | fix unaligned copy's end condition | Michael Shalayeff | |
1999-06-10 | Fill in mount_info in nfs_decode_args | Todd C. Miller | |
o that way zero fields in nfs_args get filled in o changes via mount -u become visible | |||
1999-06-08 | copy int sized objects, not register_t sized objects in pipe() | Theo de Raadt | |
1999-06-08 | better fd leak prevention | Theo de Raadt | |
1999-06-08 | use sys_opipe(), but note the descriptor leakage | Theo de Raadt | |
1999-06-08 | Use m68k/exec.h | Marc Espie | |
1999-06-08 | disable TCP_FACK for now | Niels Provos | |
1999-06-07 | I do not believe this | Theo de Raadt | |
1999-06-07 | Better support for changing volume levels, muting, and switching output | Jason Wright | |
ports on the fly. | |||
1999-06-07 | need seperate sys_pipe() versions, for pipeclose() or soclose() calls | Theo de Raadt | |
1999-06-07 | return a ICMP_UNREACH_PROTOCOL for protocols we do not support; discussion ↵ | Theo de Raadt | |
with cmetz | |||
1999-06-07 | Fix use of uninitialized TDB hash table in tdb_delete(), introduced | Angelos D. Keromytis | |
along with the dynamically-resized TDB table (report and fix suggestion by henric@ncal.verio.com) | |||
1999-06-07 | sync | Theo de Raadt | |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt | |
that EFAULT return value is possible | |||
1999-06-07 | oops, premature commit | Theo de Raadt | |
1999-06-07 | do not leak file descriptors if copyout() fails | Theo de Raadt | |
1999-06-07 | store NULL in fd_ofiles | Theo de Raadt | |
1999-06-06 | Ident. | Angelos D. Keromytis | |
1999-06-06 | avoid a future problem inside an #ifdef notyet | Theo de Raadt | |
1999-06-06 | sockaddr_storage; per rfc2553 | Theo de Raadt | |
1999-06-06 | complete blind luck made this work without a volatile | Theo de Raadt | |
1999-06-06 | set DFLDSIZ to 24MB | Theo de Raadt | |
1999-06-06 | -Wall sucks | Theo de Raadt | |
1999-06-06 | adjtime(2) did not return EFAULT for bad olddelta ptr; ↵ | Theo de Raadt | |
darrenr@merlin.reed.wattle.id.au | |||
1999-06-06 | use __sparc__ | Theo de Raadt | |
1999-06-06 | pmap callout changes for uvm; art | Theo de Raadt | |
1999-06-06 | First cut at SUNW,CS4231 audio driver (ss4/ss5). This driver is output-only | Jason Wright | |
at the moment. | |||
1999-06-05 | say media error instead of medium error | Theo de Raadt | |
1999-06-05 | export p_md | Michael Shalayeff | |
1999-06-04 | Think-o in pmap_extract4m(), detected by UVM; pk | Theo de Raadt | |
1999-06-04 | forgot to zero sunion | Niels Provos | |
1999-06-04 | remove old MN code, which is not in use anymore, MNN been running for | Michael Shalayeff | |
a year already, and upcoming new apm stuff is not compatible w/ the old MN. niklas@ ok | |||
1999-06-04 | start swapping on the first swap device after initialization | Artur Grabowski | |
1999-06-04 | remove sys_omsync, it's in already in compat. (how did this ever link?) | Artur Grabowski | |
1999-06-04 | remove sys_swapon, it's in already in compat. (how did this ever link?) | Artur Grabowski | |
1999-06-03 | Repair amiga builds (int schedules need some machine-specific macros) | Marc Espie | |
1999-06-03 | Same problem as i386, same fix. From Theo. | Jason Downs | |