summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't store newlines at the end of each line in the hold/pattern spaces,tjr2002-06-222-11/+12
| | | | | | | | instead add the newline when the pattern space is printed. Make the `G' and `H' commands add a newline to the space before the data, remove bogus addition of newline from `x' command. PR: 29790, 38195
* o Remove GIANT_REQUIRED from vslock().alc2002-06-221-1/+10
| | | | | | o Annotate kernacc(), useracc(), and vslock() as MPSAFE. Motivated by: alfred
* Tweaks to make these files live beside our hacked config.obrien2002-06-212-9/+15
|
* Fix logic which resulted in missing a call to INP_UNLOCK().hsu2002-06-211-5/+2
| | | | Submitted by: jlemon, mux
* Tweaks for the 64-bit compiler.obrien2002-06-211-3/+3
|
* TCP notify functions can change the pcb list.hsu2002-06-212-4/+4
|
* Enable cd9660 support by default.jake2002-06-211-1/+1
|
* Enable UFS1_AND_UFS2 support for sparc64 by default. Booting from ufs1 orjake2002-06-211-0/+2
| | | | ufs2 filesystems seems to work fine.
* Remove CAPABILITIES from NOTESrwatson2002-06-211-2/+0
|
* Hone the rpcbind dependency checking.dougb2002-06-213-4/+4
| | | | Submitted by: Mike Makonnen <makonnen@pacbell.net>
* Clarify revision 1.14:obrien2002-06-210-0/+0
| | | | | | Gcc 3.1's -O0 and -O1 actually optimized alignment for space, but we feel it should optimize alignment for time like Gcc 2.95 used to. Optimization for space should give 1-byte alignment on i386's, but doesn't quite.
* Forced commit to keep cvs happy.peter2002-06-210-0/+0
|
* Forced commit to keep cvs happy.peter2002-06-210-0/+0
|
* Forced commit to keep cvs happy.peter2002-06-210-0/+0
|
* Forced commit to keep cvs happy.peter2002-06-210-0/+0
|
* Forced commit to note we are pretending contrib/gdb.291 never existed.obrien2002-06-210-0/+0
|
* This commit was generated by cvs2svn to compensate for changes in r98576,obrien2002-06-215-0/+124
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Sync with NetBSD's mainline.obrien2002-06-2176-338/+617
| |
* | We need to link with libiberty.a before libreadline.so. Both supplyobrien2002-06-211-4/+4
| | | | | | | | | | | | | | | | | | | | xmalloc() and xrealloc() and the mixed usage of xmalloc in some .c's from libiberty.a and other .c's from libreadline.so produces an unusable binary on the Alpha. While I am here, preventatively move other libs in the link order. Submitted by: gallatin
* | Forced commit after RCS file surgery.peter2002-06-210-0/+0
| |
* | cc -O0 and -O1 didn't do the easy optimization of alignment for space.obrien2002-06-211-1/+1
| | | | | | | | | | | | | | Instead it attempted to do the easy optimization of alignment for time, which should be to 1-byte alignment on i386's. Submitted by: bde
* | BDE prefers this organization.obrien2002-06-211-9/+11
| | | | | | | | Submitted by: bde
* | This commit was generated by cvs2svn to compensate for changes in r98567,obrien2002-06-212-3/+5
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Sync with NetBSD.obrien2002-06-212-3/+5
| | | | | | | | | | | | * don't whine about non-regular files. It is perfectly normal to keep a CVS or RCS directory in /etc/rc.d. * manpage tweak
| * This commit was manufactured by cvs2svn to create branch 'NETBSD'.cvs2svn2002-06-133-0/+81
| |
* | Reduce the -I's as we don't need them all.obrien2002-06-211-1/+1
| |
* | New release notes: ng_device(4), UFS2, newfs(8) -O, newgrp(1),bmah2002-06-212-16/+98
| | | | | | | | | | | | | | | | | | | | pam_ksu(8), uuidgen(1). Updated release notes: libpcap-0.7.1, tcpdump-3.7.1. Also do some markup fixes to recently-added items so that they don't try to use entities for manpages that have been removed, in the spirit of rev. 1.359.
* | __FBSDID() strategic insertion.jmallett2002-06-212-5/+6
| |
* | Kill __P, yuck.jmallett2002-06-213-46/+46
| |
* | Mark unused variables __unused.jmallett2002-06-212-5/+5
| | | | | | | | Built standalone, inetd(8) is WARNS=5 clean, WARNS=6 if you ignore %m fits.
* | Use __typeof__ instead of typeof.jmallett2002-06-211-1/+1
| |
* | Kill bad whitespace and do some style cleanups as a result of the protoize.jmallett2002-06-211-30/+20
| |
* | ANSI prototypes via protoize(1).jmallett2002-06-212-100/+64
| |
* | Better fix for style.markm2002-06-211-6/+6
| | | | | | | | Suggested by: ru (but modified a bit by markm)
* | Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.cphk2002-06-215-11/+8
| | | | | | | | to libi386, this issue was resolved already in a cleaner way.
* | Clean up hex() and octal() to return and work with unsigned integers sincejmallett2002-06-211-8/+8
| | | | | | | | | | they scan values of unsigned types, and since they do not need otherwise, have them take const char * arguments.
* | Fix warnings generated elsewhere.markm2002-06-211-1/+1
| |
* | Style tidy-up.markm2002-06-211-2/+4
| |
* | Modernise this code by rounding up the usual suspects: register keyword,markm2002-06-212-120/+87
| | | | | | | | | | | | consts, ANSIfication of functions, proper use of __FBSDID() and so on. This commit is non-functional from a code-execution perspective, but pr(1) now compiles WARNS=6 clean.
* | Don't say that an umounted filesystem is required for -n. An unmountedbde2002-06-211-1/+0
| | | | | | | | | | filesystem is no more or less required for -n than for any other option. The previous commit clarified the actual requirement.
* | Fix incorrect library ordering. I thought I'd committed this already...des2002-06-211-2/+2
| |
* | #include <sys/time.h> before <sys/stat.h> to get timespec.phk2002-06-211-0/+1
| |
* | Make NO_OPENSSL actually imply NO_OPENSSH, as documented in make.conf(5).ru2002-06-213-8/+7
| |
* | Skip fields in the manner required by POSIX, and the way V7 did it.tjr2002-06-211-10/+8
| | | | | | | | MFC after: 1 week
* | Quiet ``make objlink'' when NOOBJ is defined.ru2002-06-211-1/+3
| | | | | | | | | | PR: bin/21142 Submitted by: Craig Leres <leres@ee.lbl.gov>
* | Newline characters should not participate in line comparisons. Only apparenttjr2002-06-211-4/+22
| | | | | | | | | | | | | | when -s is used or the last line of the file is missing a newline. Noticed by the textutils test suite. MFC after: 1 week
* | A gross patch to tidy up the formatting.ru2002-06-211-293/+402
| | | | | | | | Not objected to by: grog
* | Give a C rewriter the necessary credit.ru2002-06-211-3/+9
| | | | | | | | Requested by: Daniel Papasian <dpapasia@andrew.cmu.edu>
* | This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-2189-3369/+5199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filesystem expands the inode to 256 bytes to make space for 64-bit block pointers. It also adds a file-creation time field, an ability to use jumbo blocks per inode to allow extent like pointer density, and space for extended attributes (up to twice the filesystem block size worth of attributes, e.g., on a 16K filesystem, there is space for 32K of attributes). UFS2 fully supports and runs existing UFS1 filesystems. New filesystems built using newfs can be built in either UFS1 or UFS2 format using the -O option. In this commit UFS1 is the default format, so if you want to build UFS2 format filesystems, you must specify -O 2. This default will be changed to UFS2 when UFS2 proves itself to be stable. In this commit the boot code for reading UFS2 filesystems is not compiled (see /sys/boot/common/ufsread.c) as there is insufficient space in the boot block. Once the size of the boot block is increased, this code can be defined. Things to note: the definition of SBSIZE has changed to SBLOCKSIZE. The header file <ufs/ufs/dinode.h> must be included before <ufs/ffs/fs.h> so as to get the definitions of ufs2_daddr_t and ufs_lbn_t. Still TODO: Verify that the first level bootstraps work for all the architectures. Convert the utility ffsinfo to understand UFS2 and test growfs. Add support for the extended attribute storage. Update soft updates to ensure integrity of extended attribute storage. Switch the current extended attribute interfaces to use the extended attribute storage. Add the extent like functionality (framework is there, but is currently never used). Sponsored by: DARPA & NAI Labs. Reviewed by: Poul-Henning Kamp <phk@freebsd.org>
* | o Remove GIANT_REQUIRED from vm_map_stack().alc2002-06-211-2/+0
| |
OpenPOWER on IntegriCloud