Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-08-07 | Add kernel support for debugging with gdb. This also make /proc allow | Dale S. Rahn | |
access to the registers. The format of the registers returned in ptrace, /proc and in the coredump header match what gdb was expecting. Floating point registers are not yet copied into the structure. The location of the fpr needs to be found and copied. <- TODO Changes to trap.c was to add some interm debugging. code is commented out. powerpc does not currently have a MID_* type, since it uses ELF instead of a.out, one was never added. Currently the coredump is done in form of MID_NONE. What is the correct approach for this?? Elf format coredumps... maybe? | |||
1998-08-07 | Remove floppy checks from ofwboot. Ramdisk is kernel, not loadef from floppy. | Dale S. Rahn | |
1998-08-07 | Build gdb for power now. yea. | Dale S. Rahn | |
1998-08-07 | Support pieces for gdb to work on the powerpc port. | Dale S. Rahn | |
1998-08-07 | GDB 6.3 (excluding .info files) | Dale S. Rahn | |
1998-08-07 | Do not build the libiberty version of vasprintf, use the version that is | Dale S. Rahn | |
in libc. This was done because the algorithm done in the libiberty version does not work with the powerpc stdarg/varargs processing. | |||
1998-08-07 | Fix portal FS & PR #556 | Constantine Sapuntzakis | |
Basically, if file system consumes the slashes at the end of a component, don't require that the component is a directory. | |||
1998-08-07 | Shrink kernels and make work for ramdisks better. (so they fit on floppy) | Dale S. Rahn | |
1998-08-07 | Add correct handling of more systemcalls. either not implemented before | Dale S. Rahn | |
or poorly implemented. | |||
1998-08-07 | changes to shrink compressed ramdisk size so that it would fit on floppy. | Dale S. Rahn | |
changes to install scripts to work on ofw machines. | |||
1998-08-07 | Directories can't be opened for writing these days. | Constantine Sapuntzakis | |
1998-08-07 | Support PAGER environment vairable in conjuction with the 'M' command. | Todd C. Miller | |
Ignore SIGPIPE when spawing the pager since disklabel could get killed. Add smarts in disk type guesser to know that rz is SCSI. Kill annoying extra blank line. | |||
1998-08-06 | Null mounts must be from directories | Constantine Sapuntzakis | |
1998-08-06 | Fix the typos that prevented umap from working. They, of course, lead | Constantine Sapuntzakis | |
to the obvious question: don't you run this stuff before you check it in? Sadly, the answer was no in this case. But, I'm trying to learn. Slowly, painfully.... | |||
1998-08-06 | Can't use MSG_EOR with a stream socket. | Constantine Sapuntzakis | |
Thanks to m4@m.nts.umn.edu (Marshall M. Midden) | |||
1998-08-06 | Don't pass vclean related stuff to the lower vnode. It makes it very unhappy. | Constantine Sapuntzakis | |
1998-08-06 | there is no <sys/kinfo*.h> and s/KINFO_PROC/KERN_PROC/ | kstailey | |
1998-08-06 | there is no <sys/kinfo.h> | kstailey | |
1998-08-06 | there is no <sys/kinfo.h> | kstailey | |
1998-08-06 | Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock | Constantine Sapuntzakis | |
to be vop_generic_revoke, vop_generic_bwrite, vop_generic_islocked, vop_generic_lock and vop_generic_unlock. Create vop_generic_abortop and propogate change to all file systems. Fix PR/371. Get rid of locking in NULLFS (should be mostly unnecessary now except for forced unmounts). | |||
1998-08-06 | Mention new extened help and some minor cleanups | Todd C. Miller | |
1998-08-06 | add more detailed help accessible via '? [abcdmpMqrsuwxe]' | Todd C. Miller | |
1998-08-06 | sync | Michael Shalayeff | |
1998-08-06 | add TI1220 PCI-CardBus Bridge; somebody deal w/ that NM3160 thing from intel | Michael Shalayeff | |
1998-08-06 | Don't enumerate every arch in the #if since all OpenBSD platforms use the ↵ | Todd C. Miller | |
same values for malloc_pageshift and malloc_minsize except for sparc | |||
1998-08-06 | fix fortune call; matter@superlink.net | Michael Shalayeff | |
1998-08-06 | Some small fixes for non ofw systems | Per Fogelstrom | |
1998-08-06 | Use single line geometry printing. Looks just like sd, now. | Jason Downs | |
1998-08-06 | netintro(4); hwr@pilhuhn.de | Theo de Raadt | |
1998-08-05 | mention new SIOCGIFCONF semantics | Todd C. Miller | |
1998-08-05 | fix ifc_len == 0 hack for variable size structures. | Todd C. Miller | |
1998-08-05 | IOV_MAX, not UIO_MAXIOV | Todd C. Miller | |
1998-08-05 | add missing check for msg.msg_iovlen <= 0 | Todd C. Miller | |
1998-08-05 | return EMSGSIZE, not EINVAL is msg_iovlen <= 0 as per XPG 4.2 | Todd C. Miller | |
When comparing against UIO_SMALLIOV/UIO_MAXIOV check for >, not >= | |||
1998-08-05 | Add IOV_MAX from XPG 4.2. This supercedes UIO_MAXIOV so mark it as such. | Todd C. Miller | |
1998-08-05 | delete bogus casts of msg_iovlen to u_int since msg_iovlen is already a u_int | Todd C. Miller | |
1998-08-05 | 12 seconds not 30. But I am just about to remove the kill and wait | Theo de Raadt | |
patch. Obviously it was never tested on a machine running a regular compliment of services. On such a machine, it causes a full 12 (was 30) second delay *EVERY TIME*. That's COMPLETELY unreasonable. | |||
1998-08-05 | setuid/setgid caveats; form | Theo de Raadt | |
1998-08-04 | fix resid wrt debugging printf | Todd C. Miller | |
1998-08-04 | fix type of resid in debugging printf | Todd C. Miller | |
1998-08-04 | fix type of resid in printf | Todd C. Miller | |
1998-08-04 | typo | Jason Downs | |
1998-08-04 | make resid size_t | Todd C. Miller | |
1998-08-04 | make b_resid size_t | Todd C. Miller | |
1998-08-04 | don't rely on b_resid being signed | Todd C. Miller | |
1998-08-04 | Add hack to SIOCGIFCONF where if ifc_len is 0, fill it in with the size ↵ | Todd C. Miller | |
needed and return; Linux does this too. Suggested by cmetz@inner.net | |||
1998-08-04 | Use MACHINE_ARCH, not MACHINE when installing .ph files; pefo@opsycon.se | Todd C. Miller | |
1998-08-04 | Change K6 3D to K6-2 (ewww) and set the Intel 686 model 5 as a P2. | Jason Downs | |
1998-08-04 | Fix definition of high port and tell where they come from; noted by ↵ | Todd C. Miller | |
karls@inet.no | |||
1998-08-04 | fix parsing on chat script when passed on the command line; problem noted by ↵ | Todd C. Miller | |
fgsch@olimpo.com.br but different fix committed. |