summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-02Add Doug Gwyn's portable alloca() for platforms w/o an assemblerTodd C. Miller
version. Normally, gcc provides its own alloca() (unless -fno-builtin is specified). The C version is decidedly suboptimal--we really need proper assembler versions but this will work as a stop-gap measure.
2003-05-02syncTed Unangst
2003-05-02Use Nx 1.5.1 symbolJason Wright
2003-05-02add Nx 1.5.1 (referenced by macppc/awacs(4))Jason Wright
2003-05-02Rework SIS IDE support. Unbreak the newest chips and fix issues with theAlexander Yurchenko
old ones. Original work by sos@freebsd, then adapted for netbsd by bouyer@netbsd. Many thanks to Paul de Weerd <paul@mail.me.maar.nu> for problem report, providing url to the preliminary netbsd diff and access to testing machine. Extra testing by tedu@.
2003-05-02syncTheo de Raadt
2003-05-02add eap and do a bit of cleaningJason Wright
2003-05-02eso what.Jason Wright
2003-05-02add esoJason Wright
2003-05-01don't cast pointer to integer, use intptr_t stuff off inttypes.h insteadPeter Valchev
ok millert
2003-05-01Enable compiler warning options but NOT -WerrorMarco S Hyman
2003-05-01add eso, opl, and midi, and clean the audio stuff up a bitJason Wright
2003-05-01- initialize sc_pa before using itJason Wright
- fix another uninitialized variable - ditch htopci() and pcitoh()... they are completely wrong with bus_space(9) partially from NetBSD; ok mickey/millert upshot: now works on sparc64 (and probably macppc)
2003-05-01knfTed Unangst
2003-05-01syncTed Unangst
2003-05-01several related changes:Ted Unangst
vfs_subr.c: add a missing simple_lock_init for vnode interlock try to avoid reclaiming locked or layered vnodes initialize vnlock pointer to NULL remove old code to free vnlock, never used lockinit the new vnode lock vfs_syscalls.c: support for VLAYER flag vnode_if.sh: support for splitting VDESC flags vnode_if.src: split VDESC flags WILLPUT is the combination of WILLRELE and WILLUNLOCK most uses for WILLRELE become WILLPUT vnode.h: add v_lock to struct vnode add VLAYER flag update for new VDESC flags
2003-05-01is -Wall clean by making rcsid constAnil Madhavapeddy
2003-05-01-Wall cleanup, make rcsid variables constAnil Madhavapeddy
millert@ ok
2003-05-01add missing enumeration case to select to kill gcc warningAnil Madhavapeddy
millert@ ok
2003-05-01typos;Jason McIntyre
2003-05-01typos;Jason McIntyre
ok itojun@
2003-05-01typos;Jason McIntyre
ok jakob@
2003-05-01Update to lynx-2.8.4-rel1, patchset d, now with IPv6 as wellAnil Madhavapeddy
Local patches we maintain to the distribution are: - replace unbounded fscanf with fgets (avsm) - spelling fixes (deraadt) - hppa -O0 workaround (mickey) - default to ftp passive (deraadt) - work with non-exec scripts (deraadt,hin,maja) - be more careful with rlogin username (art) - default to our webpage (deraadt) - install helpfiles locally (maja) - mkdtemp temp space directory (art) - install more recent config.guess (avsm) Tested by beck,millert,grange,fries,miod and others, deraadt@ ok
2003-05-01correct names for architectures;Jason McIntyre
from Leandro Costa. ok miod@
2003-05-01ease label handlingHenning Brauer
ok cedric@
2003-05-01BNF update for label on antispoofHenning Brauer
2003-05-01label on antispoofHenning Brauer
2003-05-01allow label on antispoof; requested by Gregor Binder <gbinder at sysfive.com>Henning Brauer
ok cedric@
2003-05-01typos;Jason McIntyre
ok art@
2003-05-01use "tokenbroadcastaddr" throughout the code for consistency. deraadt okJun-ichiro itojun Hagino
2003-05-01i386 is elf now; pt out by ldcosta@arnet.com.arMichael Shalayeff
2003-05-013.3 has left the building...Michael Shalayeff
2003-05-01Fix unbalanced parens in __swap64gen macro for non-gcc; Hugh C KennedyTodd C. Miller
2003-04-30Rework munge_fstab to shrink and clarify code.Kenneth R Westerback
Collect all tests that cause a line to be skipped into one test by using ksh string pattern features instead of case statements. Simply sed expressions by not worrying about extra commas in the options field (they're ignored during mount) and assuming 'rw', 'noauto', 'xx' do not appear as substrings in any valid option. Leave out fs_freq and fs_passno fields as unnecessary during install/upgrade. Eliminate special test for '/' mount point and simply strip any trailing slash from all mount points. Kicked off my wifried@'s 'xx'/altroot change, and ok'ed in various incarnations by wilfried@ deraadt@ millert@.
2003-04-30add an ap_server_strip_chroot for LoadModule tags. this partiallyAnil Madhavapeddy
unbreaks apachectl restarts (it still dies when it hits dlopen later on) henning@ ok
2003-04-30do not be hungry for buffers and allocate lower than a max (for iodc io)Michael Shalayeff
2003-04-30only compare suberblock fields that are interesting, instead of trying toTed Unangst
ignore the noninteresting ones. will allow future changes to work with an older fsck. similar to changes in NetBSD and FreeBSD. ok krw@
2003-04-30from netbsd:Michael Shalayeff
The AMD-K5 Model 0 gets the PGE bit in the CPU features word wrong using the APIC bit instead, according to the AMD Processor Recognition App. Note. Add a fixup routine to patch up cpu_feature in this case. XXX Need a way to kick the pmap to enable pmap_pg_g -- look at how the MP branch deals with this.
2003-04-30RegenMiod Vallat
2003-04-30Oops, repair omsync deprecation lossage.Miod Vallat
2003-04-30one more strvis -> strnvis.Vincent Labrecque
ok millert
2003-04-30strvis -> strnvisVincent Labrecque
ok millert
2003-04-30strvis -> strnvis, and add a place for the NUL byte that was missingVincent Labrecque
ok millert
2003-04-30strvis -> strnvisVincent Labrecque
ok millert
2003-04-30strvis -> strnvisVincent Labrecque
ok millert@
2003-04-30fix invalid .Pf macro usage introduced in previous commitDavid Krause
ok jmc@ mouring@
2003-04-30Add missing period.Todd C. Miller
2003-04-30fix for pr# 3179 and 3238. Patch verified by author of 3179.Marco S Hyman
2003-04-30pull in stdlib.h to avoid implicit decl of calloc(); ok henningJason Wright
2003-04-30cast size_t to unsigned long and use %lu;ok hoJason Wright