summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a manpage for the Comtrol RocketPort Intelligent Serial Port Cardobrien2001-09-052-0/+183
| | | | | | | driver. MdocNging by: ru Obtained from: BSD/OS
* Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently addsdd2001-09-056-9/+10
| | | | | | | | | COPTS towards the end of final CFLAGS so that it can be used to override Makefile and other defaults. Using it in Makefiles risks having options set using it clobbered when somebody uses it on the command line. Approved by: bde
* Also try to build `setcdboot' first, and only `pkg_add -r' if you cannot.obrien2001-09-051-4/+8
| | | | Submmitted by: dirk
* Don't mention wtmp.[0-7] in the FILES section. This manual pagedd2001-09-051-3/+1
| | | | | | | | | doesn't talk about these files elsewhere, doesn't use the files by default, and the names are dependent on site-specific newsyslog configuration. PR: 30348 Submitted by: Giorgos Keramidas <charon@labs.gr>
* Correct a typo.dd2001-09-051-1/+1
| | | | | PR: 30347 Submitted by: Giorgos Keramidas <charon@labs.gr>
* Fix typo (therefor -> therefore)dd2001-09-051-1/+1
| | | | | PR: 30345 Submitted by: Giorgos Keramidas <charon@labs.gr>
* Add a SEE ALSO section like the rest of the SCSI driver man pages.dd2001-09-051-0/+5
| | | | | PR: 30344 Submitted by: Giorgos Keramidas <charon@labs.gr>
* Fix typo.dd2001-09-051-1/+1
| | | | | PR: 30342 Submitted by: Giorgos Keramidas <charon@labs.gr>
* add monetary.h as per POSIX requirementphantom2001-09-052-1/+41
|
* Add strfmon(3) implementation. It still contains few XXX's because I lostphantom2001-09-052-3/+618
| | | | | | | | | my last version of this work due to HDD crash, but this version cleanly passed all POSIX and SuSv2 tests. I am working on testing scripts which should test this implementation against all locales and surely more fixes will come soon. Reviewed by: ache, silence at -audit & -developers
* 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
OpenPOWER on IntegriCloud