Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-12 | evaluate getopt() against != -1.. no >= 0. | Eric Jackson | |
2000-01-12 | repair printf format strings in echo; espie@ | Michael Shalayeff | |
2000-01-12 | Use a proper abstract interface for file accesses, so that we can record | Marc Espie | |
the file name and line number. This yields more meaningful error messages, and the possibility for yet more. | |||
2000-01-12 | For reasons beyond my comprehension, touching the sdh register too much | Constantine Sapuntzakis | |
during probe causes the devices pain. So, I don't do that any more. :-) Also, try ATAPI_IDENTIFY_DEVICE a couple times. Seems to help with an old NEC drive. | |||
2000-01-12 | Hack to detect termcap/terminfo files that just contain a usage string. | Todd C. Miller | |
This is needed because, until 5 minutes ago, tic prints its usage() to stdout and not stderr so the zero-length termcap check doesn't help us here. This hack should be removed after OpenBSD 2.7 is released. | |||
2000-01-12 | usage() should go to stderr, not stdout. | Todd C. Miller | |
2000-01-12 | ifdef SUN4M, ok art@ | David Leonard | |
2000-01-12 | Use MAXHOSTNAMELEN; millert@ ok | Aaron Campbell | |
2000-01-12 | kill pcb_upaddrs, one more fpreg (for fpemu) | Michael Shalayeff | |
2000-01-12 | Remove gif_input() -- not needed anymore. | Angelos D. Keromytis | |
2000-01-12 | Use netinet/ip_ip4.c routines. | Angelos D. Keromytis | |
2000-01-12 | spstrcopy: store copied size by dereffing 5th arg, not into it's place on stack | Michael Shalayeff | |
2000-01-12 | choose right map for a fault, better pcq advancement technique | Michael Shalayeff | |
2000-01-12 | fix {f,s}uword address check, align end of setrunqueue | Michael Shalayeff | |
2000-01-12 | clarify | Eric Jackson | |
2000-01-12 | Better. | Aaron Campbell | |
2000-01-12 | indent the source right | Theo de Raadt | |
2000-01-12 | note about broken gas and align, some tabs vs spaces too | Michael Shalayeff | |
2000-01-12 | ugly workaround for an .align parse bug in current binutils | Michael Shalayeff | |
2000-01-11 | Reverse order of ^lib and '/' checks since ^lib is cheaper; espie@ | Todd C. Miller | |
2000-01-11 | Fix the logic that determines whether or not a dlopen()'d name should | Todd C. Miller | |
be looked for in the libary search path. If a name has a '/' in it, treat it as a pathname, even if it starts with "lib"; gsar@ActiveState.com | |||
2000-01-11 | clean two minor screwups | Michael Shalayeff | |
2000-01-11 | separate spmath build | Michael Shalayeff | |
2000-01-11 | Rearrange includes and remove unnecessary ones. | Federico G. Schwindt | |
2000-01-11 | Call ipx_output_type20 for type 20 (netbios) packets. | Federico G. Schwindt | |
2000-01-11 | Add ipx_output_type20 prototype. | Federico G. Schwindt | |
2000-01-11 | Add output routine to broadcast type 20 (Netbios) packets; from FreeBSD. | Federico G. Schwindt | |
2000-01-11 | include fpu emulation dispatcher on fpemu | Michael Shalayeff | |
2000-01-11 | Remove unnecessary variables and debug code. Use ipxs_total and | Federico G. Schwindt | |
ipx_delivered. Treat packets broadcasted to the net where it was received as ours. | |||
2000-01-11 | s/fpu_curproc/fpu_curpcb/ which also points into physical. | Michael Shalayeff | |
move it's definition into locore (where it's used the most). adjust fpu context switch and save on swapout accordingly. fix context save (in switch). add accounting for fpu context switches (since it differes from proc switching, we might get provided w/ some usefull numbers as to how effective this lazy switch technique is). enable handling fpu/sfu exceptions. | |||
2000-01-11 | More statistic vars from FreeBSD. | Federico G. Schwindt | |
2000-01-11 | remove unneeded includes. | Federico G. Schwindt | |
2000-01-11 | Remove references to ipx_thishost; instead find the address from | Federico G. Schwindt | |
ipx_ifaddr. | |||
2000-01-11 | Remove unneeded loout call that uses ipx_thishost. | Federico G. Schwindt | |
2000-01-11 | remove redundent printf | Peter Galbavy | |
2000-01-11 | sync with NetBSD | Peter Galbavy | |
- removed threadid stuff - removed unused files - general tidyup - you can no longer configure the same unit twice (without de-configuring first of course). Again, this has only been tested locally on IDE disks. Further testing and feedback would be appreciated. | |||
2000-01-11 | remove deleted raidframe files | Peter Galbavy | |
2000-01-11 | Fix typo in Y2K fix for the 'ds' string. | Todd C. Miller | |
2000-01-11 | Add a man link from eqn -> neqn | Todd C. Miller | |
2000-01-11 | remove 'INTEGRATE' macro that did static __inline__ in advance of doing | Peter Galbavy | |
more work on the whole code base | |||
2000-01-11 | sync with NetBSD - remove an unused prototype. | Peter Galbavy | |
2000-01-11 | Use the same optimization as look_ahead for inspect (don't push back char | Marc Espie | |
we're going to refetch and re-test right away). | |||
2000-01-11 | Don't recognize built-ins in contexts where they don't make sense. | Marc Espie | |
Namely, it doesn't help to try and expand include if it's not followed by parenthesis and a filename. This should make applications like sendmail m4 scripts more sturdy for unquoted machine names that happen to collide with built-ins. The only drawback is that our m4 may now do intelligent things with scripts that don't work on other systems. | |||
2000-01-11 | Show problematic evaluated expression in error messages. | Marc Espie | |
2000-01-11 | sendmail is really /usr/libexec/sendmail/sendmail now - not /usr/sbin | Peter Galbavy | |
2000-01-11 | off by one | Theo de Raadt | |
2000-01-11 | there indeed is a quad_frnd() exist | Michael Shalayeff | |
2000-01-11 | fix exponenta ranges | Michael Shalayeff | |
2000-01-11 | perpetum fetus fpu emulation dispatcher | Michael Shalayeff | |
2000-01-11 | grammar | Theo de Raadt | |