Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-11-28 | Various configuration changes | Niklas Hallqvist | |
1996-11-28 | Fix a vararg proto | Niklas Hallqvist | |
1996-11-28 | Add special case code for the rPC44. The DMA buffers on this machine | imp | |
are not cache coherent, so for the moment use uncached addresses for all buffer access. In the future, more specific cache flushing should be done. rPC44 now boots into multi user off SCSI disk or the network, builds its own kernel and seems to be making its way toward finishing a make build. Correct -Wall complaint when BTDEBUG defined while I'm here. | |||
1996-11-28 | Actually draw the hanging. Remove some statics. Fix a bug in | Niklas Hallqvist | |
case handling. Still less than 1 K! Most stuff from Andreas Gunnarsson, <zzlevo@dd.chalmers.se> | |||
1996-11-28 | Make SCSI debugging more dynamic, more targets and luns can be | Niklas Hallqvist | |
debugged simultaneously and which ones, as well as the verbosity, can be determined at runtime. | |||
1996-11-28 | Sync to NetBSD 961107 | Niklas Hallqvist | |
1996-11-28 | Pull in laptop changes from cgd, a couple from me, and a few slight formatting | Jason Downs | |
nits. | |||
1996-11-27 | Fix file descriptor leak on error. Noticed by bitblt. | Todd C. Miller | |
1996-11-27 | Make compilable in our env. Involved disabling ELF support, | Niklas Hallqvist | |
reordering includes (due to -Wstrict-prototypes) and other -Wall goo | |||
1996-11-27 | Make typesafe and 64bit cleaner | Niklas Hallqvist | |
1996-11-27 | short and long are now u_int16_t and u_int32_t | Niklas Hallqvist | |
1996-11-27 | include libkern.h prior to stand.h to not to collide m{in,ax} definitions. | Michael Shalayeff | |
1996-11-27 | don't define min,max if libkern.h included. | Michael Shalayeff | |
1996-11-26 | adjust scanner stanza to match the other MAKEDEVs | kstailey | |
1996-11-25 | Make CONADDR and CONUNIT overrideable | Niklas Hallqvist | |
1996-11-25 | Sync with reality, + Serial console on COM2 | Niklas Hallqvist | |
1996-11-25 | Fix comment typo | Niklas Hallqvist | |
1996-11-25 | Oops | Niklas Hallqvist | |
1996-11-25 | Reorder includes for htons et al. | Niklas Hallqvist | |
1996-11-25 | Need sys/types.h for htons et al. | Niklas Hallqvist | |
1996-11-25 | htons et al. works on explicit 16- and 32-bit quantities and not the | Niklas Hallqvist | |
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds | |||
1996-11-25 | ipx sysctl. | Michael Shalayeff | |
cleanup (protyping, printf formats and so) 1 (one) bug fix in printf's arg (struct instead of field) | |||
1996-11-25 | sysctl entries; | Michael Shalayeff | |
control ipx {send,recv} queues size | |||
1996-11-25 | Oops, we don't have SDEV_NOSTARTUNIT. Remove TEAC scsi floppy quirk for now. | Todd C. Miller | |
1996-11-25 | revoke privs; do not call getnetbyname if not needed, bmah@cs.berkeley.edu | Theo de Raadt | |
1996-11-25 | Liar, -w doesn't have a default value. | Todd C. Miller | |
1996-11-25 | Add some quirky devices from NetBSD. | Todd C. Miller | |
1996-11-25 | Sync with NetBSD. | Todd C. Miller | |
Implement `$@' macro, as promised by the manual page (NetBSD PR#2914). | |||
1996-11-25 | rindex -> strrchr | Todd C. Miller | |
add some void casts safe strcpy | |||
1996-11-24 | Update from NetBSD. | Todd C. Miller | |
- correct two .Fn references to forkpty() - describe retval of forkpty(); it can return PID as well - add xref to fork(2) | |||
1996-11-24 | Add MOPT_UPDATE to mount options since there is filesystem | Todd C. Miller | |
support for it. From NetBSD (cgd). | |||
1996-11-24 | Add recognition for remaining mount flags (from <sys/mount.h>) | Todd C. Miller | |
that make sense to "pstat -v". From NetBSD. | |||
1996-11-24 | Sync with NetBSD. Figure NZERO into priorities and that rlim_cur | Todd C. Miller | |
and rlim_max are >0. | |||
1996-11-24 | Fixed formatting. | etheisen | |
1996-11-24 | Fix truncation of options list in getopts builtin. | Todd C. Miller | |
Noticed by Matthieu Herrb <Mathieu.Herrb@mipnet.fr> | |||
1996-11-24 | Manpage anyone? | etheisen | |
1996-11-24 | extern decl of cfdata from device.h conflicted with static one in-here | Niklas Hallqvist | |
1996-11-24 | OLF is ALIVE! | etheisen | |
1996-11-24 | Fix core dump if -xz and archive does not exist (doh!) | Todd C. Miller | |
1996-11-24 | Fix typo | Niklas Hallqvist | |
1996-11-24 | Sync w/ NetBSD (christos) | Todd C. Miller | |
Fix miscellaneous getopts problems: - the 3 argument version of getopts would not reset properly - OPTARG did not get cleared after a non argument option was found - OPTIND was not set properly after a non argument option. | |||
1996-11-24 | removed ref to bitmask_snprintf() | kstailey | |
1996-11-24 | sync w/NetBSD modulo two-arg boot(); adds dump | kstailey | |
1996-11-24 | remove bogus diagnostic | kstailey | |
1996-11-24 | Temporarily do not support ELF64 | Niklas Hallqvist | |
1996-11-24 | Added bitmap_snprintf proto | Niklas Hallqvist | |
1996-11-24 | Commented out a def, only referenced in out-commented code | Niklas Hallqvist | |
1996-11-24 | Do not yet try to configure gdb on mips & alpha | Niklas Hallqvist | |
1996-11-24 | Fix typo in last change | Niklas Hallqvist | |
1996-11-24 | Add a new knob called DEBUG. Define to -g to have it turn off STRIP=-s | Niklas Hallqvist | |
and add itself to CFLAGS and ASFLAGS |