summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Include <sys/_lock.h> for the definition of struct lock_object. Don'tjhb2001-09-051-0/+1
| | | | | | understand why this wasn't added when _mutex.h was added. Noticed by: jlemon
* Update release note: tcsh 6.11.bmah2001-09-052-2/+2
|
* Add new tcsh-6.11 NLS sets for Estonian and Russian.mp2001-09-053-1/+33
| | | | (Polish was also included in tcsh-6.11 but the set1 and set3 files are broken)
* This commit was generated by cvs2svn to compensate for changes in r83098,mp2001-09-05153-983/+4219
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import tcsh-6.11mp2001-09-05153-983/+4219
| |
* | atol -> strtoll, for file offsetache2001-09-051-1/+1
| |
* | Remove superfluous statement.jlemon2001-09-052-2/+0
| |
* | Mention the Sparc64 port under development.bmah2001-09-051-1/+1
| | | | | | | | Submitted by: "Alexey V. Neyman" <alex.neyman@auriga.ru>
* | Try to determine the OS version and architecture for what is being builtobrien2001-09-052-9/+19
| | | | | | | | | | | | vs. the building machine. PR: 14040
* | add a method for recording of specific channels for devices with more thancg2001-09-056-15/+64
| | | | | | | | | | one hardware record channel. new devices, /dev/dsprX.Y where X is unit number and Y is channel index.
* | style(9) the structure definitions.obrien2001-09-052-2/+2
| |
* | Add the am-utils homepage to SEE ALSOobrien2001-09-051-0/+2
| | | | | | | | Submitted by: ru
* | Remove "more" from the list, the port has not been committed yet.luigi2001-09-051-3/+3
| | | | | | | | Remove "mount_nfs" to reduce image size.
* | Add lnc driver, so one can test picobsd images with vmwareluigi2001-09-051-0/+1
| |
* | (Forced commit.)ru2001-09-050-0/+0
| | | | | | | | The previous change also removed the DIALUP misfeature.
* | SECURITY.ru2001-09-055-117/+15
| | | | | | | | | | | | | | | | Notify operators using wall(1)'s -g option. Drop ``setgid tty'' privilege. Obtained from: OpenBSD MFC after: 1 month
* | Make ``wall -g'' really DTRT.ru2001-09-051-8/+11
| | | | | | | | Reviewed by: imp, markm
* | don't try to dump nonexistent data when recordingcg2001-09-051-1/+1
| |
* | There is a better way to suppress groff(1) output.ru2001-09-051-2/+2
| | | | | | | | Submitted by: okazaki
* | mdoc(7) police: markup and minor content fixes.ru2001-09-052-73/+61
| | | | | | | | | | | | | | | | | | | | | | | | o Removed whitespace at EOL o Removed hard sentence breaks o Added cap_size() to the NAME section o Normalized .Nd descriptions o Fixed the abuses of .Nm and .Va o Fixed some DESCRIPTION texts o Fixed the RETURN VALUES and ERRORS texts to look more traditional Reviewed by: tmm
* | Merge linker set relocations with the rest.dfr2001-09-052-0/+2
| |
* | can not -> cannotdd2001-09-051-1/+1
| |
* | Use fseeko() instead of fseek() (u->offset is already an off_t), and markdes2001-09-051-4/+4
| | | | | | | | some function arguments as unused.
* | Implement the `manlint' target, for minimal validity checking ofru2001-09-052-2/+19
| | | | | | | | | | | | the manual pages. Mostly useful with mdoc(7) formatted manuals. Requested by: murray
* | mdoc(7) police: markup nits.ru2001-09-051-4/+6
| |
* | 4000 -> 5800 ports. We really need to add some smarts to themurray2001-09-051-1/+1
| | | | | | | | | | ports/INDEX creation script to update #defines in header files and entities in the doc/ tree.
* | The defaults for bsize and fsize were interchanged.ru2001-09-052-8/+8
| | | | | | | | PR: docs/30330
* | Allow network device name to be given on the command line in themurray2001-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | interactive case. This already works for non-interactive installs, but at least one user thinks it would be useful and it certainly seems more correct to allow it here as well. So, this will now work : # sysinstall netDev=fxp0 tcpMenuSelect PR: bin/30229 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* | Add Hungarian FTP mirror.murray2001-09-052-0/+4
| | | | | | | | | | PR: misc/21536 Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
* | Add Czech keyboard definition to sysinstall.murray2001-09-054-2/+4
| | | | | | | | | | PR: bin/17430 Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
* | Add a missing "option".bmah2001-09-052-2/+2
| |
* | Clarify/cleanup pcic(4) release note.bmah2001-09-052-10/+24
| | | | | | | | Submitted by: msmith
* | It is the last-second trivial changes that kill me every time.peter2001-09-051-1/+1
| | | | | | | | | | | | Fix nested comment. :-( Submitted by: obrien
* | Correct a last minute sizeof() bogon in my previous commit.kris2001-09-051-1/+1
| |
* | style(9) the structure definitions.obrien2001-09-059-20/+20
| |
* | Add sysutils/portupgrade to CD-ROM #1. (+1.5MB)knu2001-09-051-0/+1
| |
* | Rework the ISA PnP driver pnp and the PnP resource parser to fixyokota2001-09-058-360/+701
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the following bugs. - When constructing a resource configuration, respect the order in which resource descriptors are read, in order to establish the correct mapping between the descriptors and configuration registers. "Plug and Play ISA Specification, Version 1.0a", Sec 4.6.1, May 5, 1994. "Clarifications to the Plug and Play ISA Specification, Version 1.0a", Sec 6.2.1, Dec. 10, 1994. - Do not ignore null (empty) descriptors; they are valid descriptors acting as filler. "Clarifications to the Plug and Play ISA Specification, Version 1.0a", Sec 6.2.1. - Correctly set up logical device configuration registers for null resources. "Clarifications to the Plug and Play ISA Specification, Version 1.0a" - Handle null resources properly in the resource allocator for the ISA bus.
* | Add Thomas Moestl and Chris Faulhaber to the author list for POSIX.1erwatson2001-09-051-0/+2
| | | | | | | | | | | | support. Obtained from: TrustedBSD Project
* | Attempt to refine the __IDSTRING() macros so that they dont collide withpeter2001-09-051-4/+12
| | | | | | | | | | | | | | | | | | | | | | each other. This will allow multiple __RCSID() entries in the same file and even __RCSID() in headers. **HOWEVER**, the usefulness of this in headers is somewhat marginal in non-ELF since they would go into the data section where they cannot be easily compressed or stripped. It (id's in headers) is also not useful in the non-GCC case since it is hard to generate unique variable names. I have an idea on that though. Now for mcs: http://mirrors.ccs.neu.edu/cgi-bin/unixhelp/man-cgi?mcs+1
* | Introduce the concept of previously mounted media to sysinstall.murray2001-09-051-6/+20
| | | | | | | | | | | | | | | | | | This will now allow sysinstall to work properly if a FreeBSD CD/DVD is already mounted as /cdrom, instead of just crapping out when it tries to mount as /dist and gets EBUSY. PR: conf/28081 Tested by: jhb
* | style(9) the structure definitions.obrien2001-09-0518-29/+31
| |
* | Fix the definition generation code from rev 1.15 that generates non-style(9)obrien2001-09-051-4/+4
| | | | | | | | compliant structure definitions.
* | style(9) the structure definitions.obrien2001-09-0525-58/+52
| |
* | Style(9)obrien2001-09-051-47/+47
| |
* | Add cloning support for the tap(4) device similar to that in the tun(4)brooks2001-09-053-142/+266
| | | | | | | | | | | | device. Submitted by: Maksim Yevmenkin <myevmenk@digisle.net>
* | Allow users to enable usbd and set flags from sysinstall. This ismurray2001-09-052-0/+8
| | | | | | | | | | | | | | | | | | | | useful for post install configuration or other cases that might not be handled by usb.c. (usb.c already sets usbd_enable iff sysinstall detects usb during install). PR: bin/18946 Submitted by: Peter van Heusden <pvh@egenetics.com> Reviewed by: jhb
* | Correct (English language) style. No change in (C language) style.grog2001-09-051-13/+13
| |
* | Update the inetd configuration prompt for clarity.murray2001-09-052-2/+2
| | | | | | | | | | Submitted by: chern Committed from: "Make sysinstall suck less party", D1031 WRS campus, Alameda
* | Revisions 1.117 and 1.118 of tcpip.c fixed the logic dealing with DHCPmurray2001-09-042-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and RTSOL in sysinstall. If the respective TRY_FOO variable is set to "YES" then it will be tried without prompting the user. However, if the TRY_FOO variable is set to "NO" then the user will not be prompted for a choice. This is the correct behavior, since we want people to be able to script sysinstall in either case. However, the default TRY_FOO variable has been "NO" since 1999. This is incorrect, and when the logic was corrected in tcpip.c this has the effect of never giving the user a choice to use DHCP or IPv6. The value should be undefined until it is set by a script or by the user. Submitted by: Randy Pratt, Chern Lee, many others.
* | Implement .previous (swap section back to the last section)peter2001-09-043-2/+32
| | | | | | | | | | | | | | | | This enables: .data .asciz "foo" .previous .. just like on current binutils
OpenPOWER on IntegriCloud