summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1999-06-14syncTheo de Raadt
1999-06-14Symphony Labs, ISA BridgeTheo de Raadt
1999-06-14avoid future register_t vs int problems, if this becomes 64 bitTheo de Raadt
1999-06-13Transitional va-ppc.h that works with both egcs and gcc-2.8. It mayDale S. Rahn
1999-06-13Support the Powerstack 4000 pci-isa bridge, it is the windbond part,Dale S. Rahn
1999-06-13Update.Jason Downs
1999-06-13Don't need rd here...Jason Downs
1999-06-12hppa_init() now takes an argument from locore,Michael Shalayeff
1999-06-12cleanup leftoversMichael Shalayeff
1999-06-12allow LIF-less volumes labels to be grokedMichael Shalayeff
1999-06-12microtime() is moving to locore.SMichael Shalayeff
1999-06-12no need for vmspace.vm_pmapMichael Shalayeff
1999-06-12no need for vmmap_pmapMichael Shalayeff
1999-06-12allocate kernel stack in .bssMichael Shalayeff
1999-06-12fix displaying of variable value behaviorTodd T. Fries
1999-06-11removed TCPCOOKIE support.pattonme
1999-06-11oopsNiels Provos
1999-06-11fix pmap_remove_va() pasto, so it actually remove mappings (:Michael Shalayeff
1999-06-11Add Q900 compatible mode serial address.Jason Downs
1999-06-11egcs crapJason Downs
1999-06-10fix unaligned copy's end conditionMichael Shalayeff
1999-06-10Fill in mount_info in nfs_decode_argsTodd C. Miller
1999-06-08copy int sized objects, not register_t sized objects in pipe()Theo de Raadt
1999-06-08better fd leak preventionTheo de Raadt
1999-06-08use sys_opipe(), but note the descriptor leakageTheo de Raadt
1999-06-08Use m68k/exec.hMarc Espie
1999-06-08disable TCP_FACK for nowNiels Provos
1999-06-07I do not believe thisTheo de Raadt
1999-06-07Better support for changing volume levels, muting, and switching outputJason Wright
1999-06-07need seperate sys_pipe() versions, for pipeclose() or soclose() callsTheo de Raadt
1999-06-07return a ICMP_UNREACH_PROTOCOL for protocols we do not support; discussion wi...Theo de Raadt
1999-06-07Fix use of uninitialized TDB hash table in tdb_delete(), introducedAngelos D. Keromytis
1999-06-07syncTheo de Raadt
1999-06-07replacement pipe() system call; copies data into place inside kernel, soTheo de Raadt
1999-06-07oops, premature commitTheo de Raadt
1999-06-07do not leak file descriptors if copyout() failsTheo de Raadt
1999-06-07store NULL in fd_ofilesTheo de Raadt
1999-06-06Ident.Angelos D. Keromytis
1999-06-06avoid a future problem inside an #ifdef notyetTheo de Raadt
1999-06-06sockaddr_storage; per rfc2553Theo de Raadt
1999-06-06complete blind luck made this work without a volatileTheo de Raadt
1999-06-06set DFLDSIZ to 24MBTheo de Raadt
1999-06-06-Wall sucksTheo de Raadt
1999-06-06adjtime(2) did not return EFAULT for bad olddelta ptr; darrenr@merlin.reed.wa...Theo de Raadt
1999-06-06use __sparc__Theo de Raadt
1999-06-06pmap callout changes for uvm; artTheo de Raadt
1999-06-06First cut at SUNW,CS4231 audio driver (ss4/ss5). This driver is output-onlyJason Wright
1999-06-05say media error instead of medium errorTheo de Raadt
1999-06-05export p_mdMichael Shalayeff
1999-06-04Think-o in pmap_extract4m(), detected by UVM; pkTheo de Raadt