summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Oops, forgot references in previous commit.bde1998-05-155-5/+5
| | | | | Submitted by: Brian Cully <shmit@erols.com> PR: 6178
* Support Objective C almost as well as C++.bde1998-05-155-15/+38
| | | | | | | | | Notes: - We no longer use -fgnu-runtime in bsd.lib.mk, since it is the default and bsd.lib.mk is the wrong place to override it. - Gnu C doesn't have a special compiler driver for Objective C like it does for C++. The defaults are suitable for Gnu C. Use `OBJCLIBS=' in /etc/make.conf for POC.
* Change the name of a variable from _start to s_start. On alpha therejb1998-05-153-8/+8
| | | | must be a library function called _start.
* Removed misleading claim that login classes are no longer implemented.jkoshy1998-05-151-5/+7
| | | | Added Xref to pw(8).
* Disable the auto-Write Combining setup for the pmap code. Thisdyson1998-05-152-2/+4
| | | | | worked on a couple of machines of mine, but appears to cause problems on others.
* Change the order of the include paths so that the architecture specificjb1998-05-152-6/+6
| | | | | directory is searched before the generic one. You can guess what was happening.. all the world's assumed to be 32-bit.
* Correct use of .Nm. Add rcsid.charnier1998-05-1525-119/+160
|
* correct use of .Nm. Add rcsid.charnier1998-05-152-7/+9
|
* Correct use of .Nm. Typo.charnier1998-05-151-11/+11
|
* Correct use of .Nm. Add rcsid.charnier1998-05-152-9/+11
|
* NetBSD kernels don't support TCP_NOPUSH, so on alpha don't try settingjb1998-05-151-1/+3
| | | | | this socket option. This is temporary code while the alpha still uses NetBSD socket code in the kernel.
* int -> long changes that reduce the diffs with the NetBSD version tojb1998-05-142-34/+34
| | | | work in a 64-bit environment.
* On request of Garrett, ad a way to specify that a service should beguido1998-05-142-3/+20
| | | | | reachable via T/TCP Reviewed by: Garrett Wollman
* Fix list corruption and memory leak that could occur whengibbs1998-05-142-4/+12
| | | | releasing EISA irqs.
* Regenerated syscalls list after signanosleep removingache1998-05-141-2/+1
|
* Remove reference to signanosleepache1998-05-141-1/+0
|
* Sync with sys/i386conf/majors.i386 revision 1.42.kato1998-05-141-3/+3
|
* Nuke signanosleep()peter1998-05-142-21/+3
|
* nuke signanosleep().peter1998-05-141-5/+0
|
* Nuke signanosleep(). (I've left nanosleep1() seperate to nanosleep()peter1998-05-141-56/+1
| | | | as I don't want to mess with the multiple returns)
* regen after signanosleep nukepeter1998-05-145-15/+8
|
* deep-six signanosleep(). It sounded like a good idea at the time.peter1998-05-141-3/+2
|
* Commit an old change that has been sitting around for a long while.peter1998-05-141-2/+16
| | | | | | | | | | signanosleep() did not deal with signal masks properly. This change was based on a discussion with bde some time ago (at least 6 months or more). signanosleep() should probably go away since it was never really used for more than a few weeks and doesn't appear in released code. It should probably be killed before somebody uses it and it becomes a gratuitous nonstandard feature.
* Allow `w' to treat a corrupted "utmp" as a non fatal error.jkoshy1998-05-141-4/+7
| | | | PR: bin/2832
* Remove a bogus prototype for time() and let time.h do that.jb1998-05-141-6/+5
| | | | | Change pointer casts from int to long. The code that looks to index -1 of argv is still broken on alpha.
* Add an example showing how to build a UFS floppypst1998-05-141-2/+32
|
* Make a bit of FreeBSD-specific code a bit more specific => i386 only.jb1998-05-131-1/+1
|
* libtcl now builds (with lots of pointer to int cast warnings) on alpha.jb1998-05-131-2/+2
|
* libtcl expects to see ieeefp.h definitions through this header.jb1998-05-131-0/+2
|
* Fix bogus "cleanup" in bufq_remove. The "switch point" for tqdisksort wasgibbs1998-05-132-14/+10
| | | | | | getting mangled. Submitted by: Bruce Evans <bde@zeta.org.au>
* Name cronyx devices correctly.jkh1998-05-132-6/+6
|
* Sync with sys/i386/isa/sio.c revision 1.201.kato1998-05-132-2/+4
|
* Sync with sys/i386/conf/majors.i386 revision 1.41.kato1998-05-131-1/+3
|
* FreeBSD -> %s/%mphk1998-05-131-1/+1
| | | | | | PR: 6600 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net>
* The SYNOPSYS of mount_umap(8) saysphk1998-05-132-4/+4
| | | | | | | | | | | | mount_umap [-o options] target mount-point uid-mapfile gid-mapfile This should read mount_umap [-o options] -u uid-mapfile -g gid-mapfile target mount-point PR: 6586 Reviewed by: phk Submitted by: Amakawa Shuhei amakawa@hoh.t.u-tokyo.ac.jp
* The description of the format of the id mapfile is wrong. You havephk1998-05-132-4/+4
| | | | | | | | to write an original-id and a local-id in the other way around. PR: 6593 Reviewed by: phk Submitted by: Amakawa Shuhei <amakawa@hoh.t.u-tokyo.ac.jp>
* .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENTphk1998-05-1310-16/+16
| | | | | | PR: 6599 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net>
* Add missing arg to vget().. Serves me right for committing a 2.2 patch topeter1998-05-132-4/+4
| | | | | | -current without testing it there.. :-( Submitted by: Michael Hancock <michaelh@cet.co.jp>
* Correct use of .Nm. Add rcsid.charnier1998-05-134-15/+19
|
* Correct use of .Nm.charnier1998-05-131-11/+11
|
* Convert to mdoc.charnier1998-05-131-544/+441
|
* Correct use of .Nm. Add rcsid.charnier1998-05-134-11/+15
|
* Correct use of .Nm.charnier1998-05-131-5/+5
|
* Restore Lite-2 sccsid. Restore include of sys/types.h.charnier1998-05-136-12/+14
|
* Restore Lite-2 sccsid. Restore include of sys/param.h.charnier1998-05-132-4/+5
|
* Restore include of sys/types.h and sys/param.h.charnier1998-05-139-9/+18
|
* The PnP code in 2.2.6 detects the Motorola ModemSurfer 56K,phk1998-05-133-3/+6
| | | | | | | | | but doesn't do much of anything with it. I added it to siopnp_ids[] and it was found and recognized as a serial port. PR: 6605 Reviewed by: phk Submitted by: Dave Marquardt <marquard@zilker.net>
* Restore Lite-2 sccsid.charnier1998-05-132-4/+4
|
* Restore original Lite-2 sccsid. Restore include of sys/types.h.charnier1998-05-131-2/+3
|
* Do not remove include of <sys/param.h> and <sys/types.h>. They shouldcharnier1998-05-131-1/+2
| | | | | be here before including almost any POSIX header. Requested by: Bruce
OpenPOWER on IntegriCloud