Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-08-01 | Nuke uvm_useracc() call here too. | 1 | -2/+2 | ||
2003-08-01 | Go back to using ITIMER_PROF for the non-profiled libpthread and use | 2 | -4/+3 | ||
ITIMER_VIRTUAL for the profiled version. Fixes problems when programs linked with libpthread try to use ITIMER_VIRTUAL (and have no way of knowing that this will cause conflicts with the threads lib). marc@ OK | |||||
2003-08-01 | sync | 13 | -0/+13 | ||
2003-08-01 | The Vigra VS10-EK is recognized as a cgthree clone, but due to its utterly | 2 | -14/+44 | ||
ridiculous resolution, we need to plug the "clear the screen and switch font" trick here too. [Thanks to Andrey Smagin for providing a card for testing] | |||||
2003-08-01 | damn cvs! resurrect these ... | 2 | -0/+423 | ||
2003-08-01 | move vis.h out of the way into a subdir so it isn't picked up by our build | 3 | -424/+1 | ||
noticed by david@, deraadt@ ok | |||||
2003-08-01 | pmap_kremove was so broken I'd rather pretend I did not write it... | 1 | -4/+5 | ||
2003-08-01 | Nuke calls to uvm_useracc() and instead check copyin() and copyout() for | 4 | -89/+75 | ||
failure, since the former is not reliable; requested by art@ long ago. | |||||
2003-08-01 | sync | 2 | -2/+47 | ||
2003-08-01 | ansi | 2 | -170/+76 | ||
2003-08-01 | new soekris | 1 | -1/+10 | ||
2003-08-01 | add __bounded__ attributes for userland headers; enabled with -Wbounded | 16 | -69/+127 | ||
ok deraadt@ | |||||
2003-08-01 | when the -R option (read-only) is specified, there is no need to print | 1 | -3/+5 | ||
a warning that the file is read-only, it's obviously what's expected... ok fgsch henning | |||||
2003-08-01 | bring up to date with changes in sk driver | 1 | -3/+12 | ||
2003-08-01 | new sentence, new line, and kill a .Pp; | 1 | -8/+8 | ||
ok nate@ | |||||
2003-08-01 | clean up debug output some, and correct an incorrect error check in | 1 | -19/+9 | ||
priv_gethostbyaddr() | |||||
2003-08-01 | Fix ICH5R SATA support | 1 | -6/+16 | ||
2003-08-01 | cleanup; | 1 | -23/+28 | ||
ok millert@ | |||||
2003-08-01 | sync | 2 | -4/+9 | ||
2003-08-01 | Add ICH5R SATA RAID; pointed out by Alexandre H <openbsdah@wanadoo.fr> | 1 | -2/+3 | ||
ok deraadt@ | |||||
2003-08-01 | Add -q flag to pkg_delete: don't check md5 before removing. | 7 | -19/+28 | ||
Useful for bulk-package builders who want to clean /usr/local quickly. | |||||
2003-08-01 | Small cleanup. | 1 | -6/+3 | ||
2003-08-01 | Don't mention kerberos 4, plus some cleanup. | 1 | -30/+9 | ||
2003-08-01 | No semicolon at the end of macros supposed to be atomic statements. | 1 | -3/+3 | ||
2003-08-01 | Compensate for the assym.h lossage, which defines NBPG for now (this will be | 2 | -3/+7 | ||
cleaned up soon...) | |||||
2003-08-01 | Do not use hardcoded values for constants which are in fact computed from other | 1 | -18/+14 | ||
constants. | |||||
2003-08-01 | Turn flush_pipeline() in a simple macro. | 1 | -5/+3 | ||
2003-08-01 | Define a more reasonable label_t size. | 1 | -2/+2 | ||
2003-08-01 | Even better varargs code, inspired by and more closer to the powerpc code, | 2 | -18/+22 | ||
necessary for proper gcc 2.95 operation. | |||||
2003-08-01 | Fix pcctwo locator typos | 2 | -6/+6 | ||
2003-08-01 | ${LIBGCC} is useless, since libgcc.a does not live in /usr/lib; instead, | 4 | -13/+15 | ||
use gcc to get the correct location. | |||||
2003-08-01 | Fix the *longjmp() behaviour - it is legal to reuse a jmp_buf several times. | 4 | -38/+17 | ||
Gets us a working perl 5.8. | |||||
2003-08-01 | A working gcc 2.95/m88k compiler, for some low standard value of working. | 9 | -106/+107 | ||
Configuration settings mostly borrowed from the former gcc 2.8 configuration. A few typos and fixes backported from gcc 3.3, and a hell lot of fixes from my fingertips. This is enough to yield a compiler which will produce correct code at -O0. Optimization is slightly broken for some constructs, and more fixes are in the pipeline. ok deraadt@ | |||||
2003-08-01 | Add SATA Controllers section | 1 | -1/+4 | ||
2003-08-01 | Big Step was too big - reintroduce skip step optimizations. | 5 | -27/+27 | ||
2003-08-01 | tickets are now u_int32_t, not int, fixes tree breakage; from Andrey Smagin | 1 | -2/+2 | ||
2003-08-01 | reflect support for new Marvell based adapters | 1 | -9/+19 | ||
2003-08-01 | Support for new Marvell based Gigabit Ethernet adapters | 5 | -242/+1211 | ||
ok deraadt@ | |||||
2003-08-01 | Back out threads setting inadvertently added in last commit. | 1 | -1/+0 | ||
2003-08-01 | remove the strcpy/strcat macros | 1 | -23/+1 | ||
deraadt@ ok | |||||
2003-07-31 | add missing CLEANFILES; ok deraadt@ | 2 | -2/+4 | ||
2003-07-31 | print rate similar old version; round instead truncate; | 1 | -5/+27 | ||
2003-07-31 | Make table tickets per-ruleset instead of global. | 8 | -42/+68 | ||
Make table tickets u_int32_t for consistency with other parts of PF. Ok dhartmei@ henning@ | |||||
2003-07-31 | various cleanups; david says results are same | 92 | -606/+590 | ||
2003-07-31 | delint | 1 | -3/+3 | ||
2003-07-31 | Historically, patch would treat a bare -p as -p0. This contradicts | 2 | -9/+7 | ||
POSIX and GNU patch has also removed this, so we will too. No objections on icb (no one even seemed to know about this "feature"). | |||||
2003-07-31 | Unbreak relative directory handling. Tweak from millert@ | 1 | -4/+5 | ||
ok millert@ | |||||
2003-07-31 | pasto; lha@stacken.kth.se | 1 | -5/+7 | ||
2003-07-31 | - Change the hash function to a simple multiplicative one. The old | 1 | -25/+29 | ||
hash function was apparently optimized for 16 bit processors and generates quite some collisions. - Fix another case of excessive reallocing. ok millert@ | |||||
2003-07-31 | knf | 1 | -6/+6 | ||