Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-17 | mount -u, not mount_ffs -u | Todd C. Miller | |
2001-09-17 | skip to uid field, not gid | Mike Pechkin | |
millert@ ok | |||
2001-09-17 | Allocate the profiling buffer from kernel_map, not with malloc. | Artur Grabowski | |
2001-09-17 | I'm sure that it's not supposed to say: | Artur Grabowski | |
'off: kernel profiling is kgmon.' | |||
2001-09-17 | genassym changes | Theo de Raadt | |
2001-09-17 | sync actual with flags with usage and man page | assar | |
art@ ok | |||
2001-09-17 | Remove STATIC memory optimization. It's buggy (see regression test trip) | Marc Espie | |
2001-09-17 | Scary interaction | Marc Espie | |
2001-09-17 | Support for arm and sparc64 platforms. ok espie | Kevin Lo | |
2001-09-17 | make ksyms work on sparc64 (requires essentially same goop as db_sym) | Jason Wright | |
2001-09-17 | make vi exit if it can't create a temp file. From NetBSD, ok millert | Peter Valchev | |
2001-09-17 | stuff for ksyms (doesn't quite work yet, tho) | Jason Wright | |
2001-09-17 | This change (and a little change for alpha gcc config) allowed me to build | Artur Grabowski | |
cross tools and kernels with those cross tools on all archs except mvme88k and hppa. 1. Pass MACHINE_ARCH, not MACHINE to TARGET_MACHINE_ARCH when building old binutils. 2. Instead of using the "intelligent" cpp voodoo to find out MACHINE_ARCH from MACHINE (which has never worked correctly for sparc, 68k and recently it broke for powerpc), we have a table of machine->machine_arch translations. It's easier to modify one table once per arch instead of juggling for a few hours every time some include files change. 3. Remove some sparc64 cruft. 4. Set MACHINE and MACHINE_ARCH in cross-env, otherwise the kernel will try to build libkern for the host. Please note that this doesn't allow you to do complete builds. I haven't even tested cross-lib. Only kernel builds have been tested. | |||
2001-09-16 | patsubst on multi-line pattern... icky. | Marc Espie | |
2001-09-16 | remove some unneeded includes; ok millert | Peter Valchev | |
2001-09-16 | special-case MACRO (without parens) recognition, so that $# is set to 0 | Marc Espie | |
as it should. | |||
2001-09-16 | check pattern subst | Marc Espie | |
2001-09-16 | Fix \\ in recognition in patsubst: must advance beyond it as well. | Marc Espie | |
2001-09-16 | It is not legal to have multiple .%T entries in a reference so split | Todd C. Miller | |
the manual references up. This is still not as nice as it could be but at least groff no longer spits out an error. | |||
2001-09-16 | Typos in comments. | Artur Grabowski | |
From Alexander Yurchenko <grange@rt.mipt.ru> | |||
2001-09-16 | Typo in comment. | Artur Grabowski | |
From Alexander Yurchenko <grange@rt.mipt.ru> | |||
2001-09-16 | Update CellServDB. | Artur Grabowski | |
From Arla 0.35.5 through David Krause <openbsd@davidkrause.com> | |||
2001-09-16 | Optimize space-eating loop since we've already checked that the | Todd C. Miller | |
first char is a space. Patch from sacrificial-spam-address@horizon.com | |||
2001-09-16 | 1) In skin(), only add a space after a comma if there is actually a space | Todd C. Miller | |
in the input buffer. This prevents a rare buffer overflow on very long header lines where one or more entries has a comment in it but the entries have no space after the comma *and* the amount of extra space needed to add a space after each comma is greater than the length of the comments that will be removed. This is debian bug #108677 2) In skin(), use a temporary variable in the realloc() and don't die if realloc() fails since its only purpose is to shrink the buffer, not expand it (and thus is not fatal). | |||
2001-09-16 | partial documentation for the *_DEPENDS recent changes. | Marc Espie | |
2001-09-16 | calls krb_afslog() after setting $HOME; mattiasa@e.kth.se; fixes pr 1943 | Markus Friedl | |
2001-09-16 | Add a manual page for genassym.sh, from NetBSD. | Miod Vallat | |
2001-09-16 | Add a manual page for genassym.cf, from NetBSD, and documenting our changes. | Miod Vallat | |
2001-09-16 | genassym.cf changes force a lot of case changes here. | Miod Vallat | |
2001-09-16 | Make use of "export", "struct" and "member" keywords to be easier to read | Miod Vallat | |
and simpler. | |||
2001-09-16 | Feature-sync with NetBSD (add the "config" keyword). | Miod Vallat | |
Allow multiple occurences of "struct foo". Add syntaxic sugar to make use of "struct" and "member" keywords more useful in genassym.cf files. This will be badly documented in a manpage, to come in a few minutes. | |||
2001-09-16 | return 0, not NULL, the function returns an int | Artur Grabowski | |
2001-09-16 | bye bye | Theo de Raadt | |
2001-09-16 | Shave a few byte; "mount -u" not "mount -o update"; Theo OK'd | Todd C. Miller | |
2001-09-16 | Update the bmac (if_bm) to a newer version from NetBSD. | Dale Rahn | |
Now uses mii/mii_bitbang. Driver still has performance issues, It does not transfer as fast data as it should. No worse than before. Need to investigate a dhclient reported error: 'ip length 331 disagrees with bytes recieved 336'. only on if_bm. | |||
2001-09-16 | Fix this so it understands disklabels. | Artur Grabowski | |
Fix from janjaap@stack.nl. PR 1775 | |||
2001-09-16 | %llu instead of %qu and explicit casts. | Artur Grabowski | |
2001-09-16 | Make make cross-compilable. | Artur Grabowski | |
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller | |
kernel. From based on NetBSD patches. | |||
2001-09-15 | Mostly rewritten decode of fpu emulation: | Jason Wright | |
o handles decode of all 64 32 bit registers (based on type) o easier to read (at least imo). o needs some optimization (clarity was the first goal here) | |||
2001-09-15 | sync ICMP6_DST_UNREACH_NOROUTE <-> _ADMIN | Peter Stromberg | |
2001-09-15 | return-icmp / icmp-type tests, ok dhartmei@ | Peter Stromberg | |
2001-09-15 | Implement return-icmp(number), return-icmp6(number) | Peter Stromberg | |
Differentiate between return-icmp and return-icmp6, icmp-type and ipv6-icmp-type. ok dhartmei@ | |||
2001-09-15 | ICMP6_DST_UNREACH_NOROUTE <-> _ADMIN, reported by Wouter Coene. | Daniel Hartmeier | |
2001-09-15 | The inner protocol of IPv4 ICMP error messages was ignored, leading to | Daniel Hartmeier | |
'ICMP error message for bad proto' messages and breaking traceroute etc. Please increase debugging level (pfctl -x m) while testing. | |||
2001-09-15 | Update regress tests. Some input syntax has changed (inet/inet6) as well | Daniel Hartmeier | |
as some output format (netmasks, inet/inet6, return-icmp). | |||
2001-09-15 | Fix 'binat ... to any ...' (binat.af wasn't set). | Daniel Hartmeier | |
2001-09-15 | Two changes here. | Dale Rahn | |
Verify that regions which were allocated by stealing are not returned to phys_map, perhaps before phys_map is initialized. Not seen to be a problem, but is potentially. Also, the system can deal with not having the devices mapped with BATs. In fact after some testing the systems seem more stable when BATs are not used for devices. Stop using them, at least for now. | |||
2001-09-15 | If ddb cannot find a symbol, do not print a useless address of | Dale Rahn | |
?+(64k), instead print 0+0x<address>, at least that is useful. | |||
2001-09-15 | Add a timer to reinable the OHCI RHSC (Root Hub Status Change) | Dale Rahn | |
interrupt after one second. Originally the interrupt was disabled permanently after it fired once. This causes futher hot plug/removals to stop working. However the interrupt will fire several times in succession as a device is inserted/removed. This effectively debounces the interrupt. Apparently only some systems actually plug directly into the root hub: Most PCI cards do not, however newer apple motherboards all do. This was sent around for review some time back and again recently, this time with no feedback. |