Age | Commit message (Expand) | Author |
1999-11-17 | daddr_t vs. ufs_daddr_t cleanup | Artur Grabowski |
1999-11-17 | Use u_int32_t for lfs inode number. | Artur Grabowski |
1999-11-17 | merge with freebsd: | Jason Wright |
1999-11-17 | add MLINKs | Todd C. Miller |
1999-11-17 | allow to compile without -DFFS. okay deraadt@ | David Leonard |
1999-11-17 | mii fixups and merge with freebsd: | Jason Wright |
1999-11-17 | New interface to ATA registers that goes through the lower-level device | Constantine Sapuntzakis |
1999-11-16 | - Teach vt_cuu (cursor up) about scrollback. Cursor down is much harder... | Aaron Campbell |
1999-11-16 | typo in doc ref | Michael Shalayeff |
1999-11-16 | flush the cache once we patched memory in ddb | Michael Shalayeff |
1999-11-16 | tabs vs spaces | Michael Shalayeff |
1999-11-16 | make a copy of attach args for each attachment | Michael Shalayeff |
1999-11-16 | define TLB_BITS for %b | Michael Shalayeff |
1999-11-16 | fix argument access macro (+1 fuzz), align frame per hp requirements | Michael Shalayeff |
1999-11-16 | openbsd/hppa is ELFDATA2MSB | Michael Shalayeff |
1999-11-16 | hpt_hashsize no more, using cr24 instead | Michael Shalayeff |
1999-11-16 | stack does grows up; ddb breakpoints done (local); add note for btlb work | Michael Shalayeff |
1999-11-16 | Don't allocate vmmap in pmap_bootstrap, allocate it in mmrw when needed. | Artur Grabowski |
1999-11-16 | Remove duplicate variable definitions. | Artur Grabowski |
1999-11-16 | No need to do "sp->sg_npte = 0" in an if (sp->sg_npte == 0) | Artur Grabowski |
1999-11-16 | Opps.. remove stuff that shouldn't be in the last commit. | Artur Grabowski |
1999-11-16 | Optimize the case of writing to /dev/zero like we do in for /dev/null | Artur Grabowski |
1999-11-16 | Remove unused (ifdef:d away) variables. | Artur Grabowski |
1999-11-16 | We don't need a prototype for kmem_alloc. | Artur Grabowski |
1999-11-15 | Remove a duplicate #include. | Aaron Campbell |
1999-11-15 | honour ddb.console; ok deraadt@ | David Leonard |
1999-11-15 | Fix tcp retransmit/persist timers, provos@ OK. | Hugh Graham |
1999-11-14 | USB audio. Commented out. | Hakan Olsson |
1999-11-14 | protect against copuin faults | Michael Shalayeff |
1999-11-14 | fix pmap_create() so it works for user mappings. | Michael Shalayeff |
1999-11-14 | Kill the overly verbose description strings, add another device. | Jason Downs |
1999-11-14 | Regen | Jason Downs |
1999-11-14 | Shrink more; make all puc devices simply "I/O", and add another one. | Jason Downs |
1999-11-14 | sync | Theo de Raadt |
1999-11-14 | shrink | Theo de Raadt |
1999-11-13 | regen based on syscalls.master changes | Todd C. Miller |
1999-11-13 | Add OSS audio support to BSD/OS emulation. | Todd C. Miller |
1999-11-13 | overflow fixes; netbsd | Theo de Raadt |
1999-11-13 | overflow fixes; chuq | Theo de Raadt |
1999-11-13 | sync | Theo de Raadt |
1999-11-13 | add another modem | Theo de Raadt |
1999-11-13 | FIBMAP ioctl from Linux, only usable on ISO 9660 FS. Note that the lba | Angelos D. Keromytis |
1999-11-13 | from chuq@chuq.com: several fixes to copy{in,out,}str() from charles | Theo de Raadt |
1999-11-12 | Break out the allocation of pv entries and 4m pagetables into functions. | Artur Grabowski |
1999-11-12 | This shouldn't have been committed with the previous commit, revert | Angelos D. Keromytis |
1999-11-12 | Merge dvdio.h and cdio.h, don't use typedefs, get rid of bitfields (no | Angelos D. Keromytis |
1999-11-12 | Use cdio.h instead of dvdio.h | Angelos D. Keromytis |
1999-11-11 | SCSI commands do not send data in both directions in the data phase. | Constantine Sapuntzakis |
1999-11-11 | Pool will not work with old vm and is only used by uvm. Remove non-uvm code. | Artur Grabowski |
1999-11-11 | add a powerhook to disable DMA on suspend. okay jason@ | Niels Provos |