Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-02 | Add Doug Gwyn's portable alloca() for platforms w/o an assembler | Todd 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-02 | sync | Ted Unangst | |
2003-05-02 | Use Nx 1.5.1 symbol | Jason Wright | |
2003-05-02 | add Nx 1.5.1 (referenced by macppc/awacs(4)) | Jason Wright | |
2003-05-02 | Rework SIS IDE support. Unbreak the newest chips and fix issues with the | Alexander 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-02 | sync | Theo de Raadt | |
2003-05-02 | add eap and do a bit of cleaning | Jason Wright | |
2003-05-02 | eso what. | Jason Wright | |
2003-05-02 | add eso | Jason Wright | |
2003-05-01 | don't cast pointer to integer, use intptr_t stuff off inttypes.h instead | Peter Valchev | |
ok millert | |||
2003-05-01 | Enable compiler warning options but NOT -Werror | Marco S Hyman | |
2003-05-01 | add eso, opl, and midi, and clean the audio stuff up a bit | Jason Wright | |
2003-05-01 | - initialize sc_pa before using it | Jason 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-01 | knf | Ted Unangst | |
2003-05-01 | sync | Ted Unangst | |
2003-05-01 | several 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-01 | is -Wall clean by making rcsid const | Anil Madhavapeddy | |
2003-05-01 | -Wall cleanup, make rcsid variables const | Anil Madhavapeddy | |
millert@ ok | |||
2003-05-01 | add missing enumeration case to select to kill gcc warning | Anil Madhavapeddy | |
millert@ ok | |||
2003-05-01 | typos; | Jason McIntyre | |
2003-05-01 | typos; | Jason McIntyre | |
ok itojun@ | |||
2003-05-01 | typos; | Jason McIntyre | |
ok jakob@ | |||
2003-05-01 | Update to lynx-2.8.4-rel1, patchset d, now with IPv6 as well | Anil 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-01 | correct names for architectures; | Jason McIntyre | |
from Leandro Costa. ok miod@ | |||
2003-05-01 | ease label handling | Henning Brauer | |
ok cedric@ | |||
2003-05-01 | BNF update for label on antispoof | Henning Brauer | |
2003-05-01 | label on antispoof | Henning Brauer | |
2003-05-01 | allow label on antispoof; requested by Gregor Binder <gbinder at sysfive.com> | Henning Brauer | |
ok cedric@ | |||
2003-05-01 | typos; | Jason McIntyre | |
ok art@ | |||
2003-05-01 | use "tokenbroadcastaddr" throughout the code for consistency. deraadt ok | Jun-ichiro itojun Hagino | |
2003-05-01 | i386 is elf now; pt out by ldcosta@arnet.com.ar | Michael Shalayeff | |
2003-05-01 | 3.3 has left the building... | Michael Shalayeff | |
2003-05-01 | Fix unbalanced parens in __swap64gen macro for non-gcc; Hugh C Kennedy | Todd C. Miller | |
2003-04-30 | Rework 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-30 | add an ap_server_strip_chroot for LoadModule tags. this partially | Anil Madhavapeddy | |
unbreaks apachectl restarts (it still dies when it hits dlopen later on) henning@ ok | |||
2003-04-30 | do not be hungry for buffers and allocate lower than a max (for iodc io) | Michael Shalayeff | |
2003-04-30 | only compare suberblock fields that are interesting, instead of trying to | Ted 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-30 | from 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-30 | Regen | Miod Vallat | |
2003-04-30 | Oops, repair omsync deprecation lossage. | Miod Vallat | |
2003-04-30 | one more strvis -> strnvis. | Vincent Labrecque | |
ok millert | |||
2003-04-30 | strvis -> strnvis | Vincent Labrecque | |
ok millert | |||
2003-04-30 | strvis -> strnvis, and add a place for the NUL byte that was missing | Vincent Labrecque | |
ok millert | |||
2003-04-30 | strvis -> strnvis | Vincent Labrecque | |
ok millert | |||
2003-04-30 | strvis -> strnvis | Vincent Labrecque | |
ok millert@ | |||
2003-04-30 | fix invalid .Pf macro usage introduced in previous commit | David Krause | |
ok jmc@ mouring@ | |||
2003-04-30 | Add missing period. | Todd C. Miller | |
2003-04-30 | fix for pr# 3179 and 3238. Patch verified by author of 3179. | Marco S Hyman | |
2003-04-30 | pull in stdlib.h to avoid implicit decl of calloc(); ok henning | Jason Wright | |
2003-04-30 | cast size_t to unsigned long and use %lu;ok ho | Jason Wright | |