Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-07 | $OpenBSD$ | Niklas Hallqvist | |
1997-11-06 | param.h, niklas | Theo de Raadt | |
1997-11-06 | Small fix to compile with DEBUG | Constantine Sapuntzakis | |
1997-11-06 | Fixed minor bug in msdosfs_hashget | Constantine Sapuntzakis | |
1997-11-06 | DEBUG now compiles | Constantine Sapuntzakis | |
1997-11-06 | Fixes so that it compiles with #ifdef DEBUG | Constantine Sapuntzakis | |
1997-11-06 | Use lite2 vfs interfaces. | Todd C. Miller | |
1997-11-06 | Removed i386-specific crud | Constantine Sapuntzakis | |
1997-11-06 | Idnetify/support hp385 (33Mhz 68040) | Todd C. Miller | |
1997-11-06 | FFS softdep stub | Constantine Sapuntzakis | |
1997-11-06 | More fixes for adosfs so it compiles with VFS Lite 2 | Constantine Sapuntzakis | |
1997-11-06 | fix warning about unused variable | kstailey | |
1997-11-06 | fix ps(1) LIM column | kstailey | |
1997-11-06 | Add some missing things for the MI vga driver. Move wscons to an MI place as | Niklas Hallqvist | |
well. $OpenBSD$ tagging | |||
1997-11-06 | $OpenBSD$ | Niklas Hallqvist | |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis | |
1997-11-06 | temp <machine_btop() fix | Michael Shalayeff | |
1997-11-06 | We need an MI vga driver. The alpha one was most MI. Not entirely yet though. | Niklas Hallqvist | |
Some files were move behind CVS back. | |||
1997-11-06 | oops | Theo de Raadt | |
1997-11-06 | mak kernel compiles w/o bios0 | Michael Shalayeff | |
1997-11-06 | XPG4.2 compat: | Todd C. Miller | |
1) usleep() and ualarm() use useconds_t not u_int 2) usleep() returns an int | |||
1997-11-05 | flush tty queue when entering/exiting X; cgd & me | Theo de Raadt | |
1997-11-05 | tag it | Michael Shalayeff | |
1997-11-05 | Do not build in directories Mickey deleted | Theo de Raadt | |
1997-11-05 | who needs that junk (; | Michael Shalayeff | |
1997-11-05 | define puts() | Michael Shalayeff | |
1997-11-05 | define puts() | Michael Shalayeff | |
1997-11-05 | don't try #21 for a: only | Michael Shalayeff | |
1997-11-05 | noone cares about the strip driver | Theo de Raadt | |
1997-11-05 | another Sanyo quirk; nihilis@physical.addiction.com; PR#343 | Theo de Raadt | |
1997-11-04 | fix ed0 irq | kstailey | |
1997-11-04 | Support ISA VGA for real on DEC AXPPCI 33 | Niklas Hallqvist | |
1997-11-04 | fix printf formatting of "ps" (aka "show all proc") so that lines never | chuck | |
overflow (always hated that). replaced "/m" flag with: /a == show process address info /n == show normal process info [currently the default] /w == show process wait/emul info | |||
1997-11-04 | db_output.c: kill db_ksprintn, db_printf_guts, kdbprintf, db_printf. | chuck | |
db_printf moves to kern/subr_prf.c and uses the new kprintf located there. db_output.h: kill kdbprintf [use db_printf] | |||
1997-11-04 | import torek's vfprintf() from libc [renamed to kprintf and all | chuck | |
floating point stuff removed]. the new kprintf replaces the 3 different (and buggy) versions of printf that were in the kernel before (kprintf, sprintf, and db_printf), thus reducing duplicated code by 2/3's. this fixes (or adds) several printf formats. XXX: new kprintf still supports several non-standard '%' formats: %: - passes an additional format string and argument list recursively %b - used to decode error registers %r - int, but print in radix "db_radix" [DDB only] %z - 'signed hex' [DDB only] %n - unsigned int, but print in radix "db_radix" [DDB only] note that DDB's "%n" conflicts with standard "%n" which takes the number of characters written so far and stores it into the integer indicated by the "int *" pointer arg. yuck! while here, add comments for each function explaining what it is supposed to do. | |||
1997-11-04 | Get GID bit correct in ls. | Tobias Weingartner | |
1997-11-04 | Indentation. | Tobias Weingartner | |
1997-11-04 | add prototype for vprintf | chuck | |
1997-11-04 | add prototype for memchr | chuck | |
1997-11-04 | add memchr to libkern | chuck | |
1997-11-04 | remove prototype for fusword(); now in shared m68k cpu.h | kstailey | |
1997-11-04 | fix autodma and high dma, also copy data only when using bounce | Niels Provos | |
buffers. semantics for isadma_acquire and isadma_release from freebsd. | |||
1997-11-04 | make it easier to add additional transforms. add blowfish and cast | Niels Provos | |
encryption. some more info for kernfs/ipsec. | |||
1997-11-04 | remove double include | Niklas Hallqvist | |
1997-11-04 | KNF | Niklas Hallqvist | |
1997-11-04 | Add SVR4 jioctl stuff | Niklas Hallqvist | |
1997-11-01 | don't try function #21 for floppies | Michael Shalayeff | |
1997-10-30 | From Jim Rees <rees@umich.edu>: remember media type | Niklas Hallqvist | |
1997-10-30 | From Jim Rees <rees@umich.edu>: remember media type | Niklas Hallqvist | |
1997-10-29 | Limit checksumming correctly at MAXBSIZE. | Niklas Hallqvist | |
Don't involve floppies or bad block disks ever in uniqueness tests |