summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Restore Lite2 sccsids by removing `const'. Improve documentation a little.charnier1998-05-132-15/+11
| | | | Suggested by: Bruce
* The printf type checking in gcc wants %qd to be a long long, so addjb1998-05-131-2/+2
| | | | a cast in case off_t is not a long long (as on alpha).
* Make -Werror i386 specific because -nostinc on alpha spits warningsjb1998-05-133-6/+17
| | | | for unused static inline functions in header files.
* Delete the #if 0 (nearly) duplicate definitions of nfsproto.h. Havingpeter1998-05-131-281/+1
| | | | | | | | these two files that are almost-but-not-quite the same leads to false grep hits, confusion etc. Only installing one copy with a symlink would be nice but that doesn't work with SHARED=symlinks (it changes the source tree).
* Hold a reference to the vnode during the sillyrename cleanup. If we blockpeter1998-05-132-2/+18
| | | | | | | | | | | | | | | in nfs_vinvalbuf() or the nfs_removeit(), we can have the nfsnode reallocated from underneath us (eg: replaced by a ufs 'struct inode') which can cause disk corruption ('freeing free block' when di_db[5] gets trashed). This is not a cheap fix, but it'll do until the nfsnodes get reference counting and/or locking. Apparently NetBSD have a similar fix (apparently from BSDI). I wish all PR's had this much useful detail. :-) PR: 6611 Submitted by: Stephen Clawson <sclawson@marker.cs.utah.edu>
* Fix broken (at least on alpha, but probably on i386 too) code whichjb1998-05-131-4/+4
| | | | | is supposed to walk an arry of character pointers, not an array of characters.
* Move the *vpp initialization earlier so that it's set in all error cases.peter1998-05-132-4/+4
| | | | | | | This should stop the 'panic: leaf should not be empty' nfs panic. PR: 1856 Submitted by: msaitoh@spa.is.uec.ac.jp
* Add perl to the list of build tools because it is needed to build thejb1998-05-121-3/+3
| | | | perl-related directories (like x2p which generates the perl headers).
* perl now works on alpha.jb1998-05-121-2/+2
| | | | This just leaves gdb to be configured for alpha.
* This code casts double -> int -> char *. Ugh. Take a punt and change thejb1998-05-121-7/+12
| | | | | int to a long so that no bits are thrown away on alpha and hope for the best.
* Change a cast of long * to time_t * in a call to time();jb1998-05-121-2/+8
|
* Allow the makefile to choose the perl executable to run h2ph ratherjb1998-05-121-2/+11
| | | | than relying on the #!/usr/bin/perl in the first line of the script.
* If perl exists in OBJDIR it has just been built; if it exists injb1998-05-121-1/+1
| | | | | | | | | | | | CURDIR it has been built without an obj directory; however if it is in neither of those places, we expect it to be in DESTDIR. Yes Bruce, I know this is broken because the host is not supposed to be the same as the target, but we need to get the hosted build working properly first before even attempting a cross compiled operating system build. That will need to concept of TOOLSDIR or something that can be mapped to DESTDIR in the case of a hosted build and set to the installed tools in a cross compiled build. Later, later, later!
* Change .if to .elif to prevent the current directory path search for ajb1998-05-121-2/+1
| | | | | | | | perl executable from overriding the object directory path search where perl is most likely to be. Most people haven't seen this because it defaulted to /usr/bin/perl which might be OK as a fallback, but when bootstrapping a new version (or the *first* version on alpha), we don't really want to use /usr/bin/perl.
* awk and groff (et al) now work on alpha as the result of libraryjb1998-05-121-4/+4
| | | | fixes.
* Build awk and groff with build tools now.jb1998-05-121-26/+6
|
* Some temporary fixes to SMP to make it more scheduling and signal friendly.dyson1998-05-123-9/+39
| | | | | | | This is a result of discussions on the mailing lists. Kudos to those who have found the issue and created work-arounds. I have chosen Tor's fix for now, before we can all work the issue more completely. Submitted by: Tor Egge
* Fix alot of silly LINT that I left in the code.dyson1998-05-122-4/+4
|
* Backed out previous commit. It is invalid to call d_ioctl() onbde1998-05-123-18/+7
| | | | | | | | | | | | possibly non-open devices, and we don't want to restrict dumping to swap devices anwyay. It is especially invalid to call d_ioctl() in non-process context for panics. d_psize() can be called on non-open devices, at least on non-SLICED ones that support d_dump(), and setdumpdev() has depended on this for a long time although it is probably wrong, but even d_psize() can't be called in non-process context - that's why dumpsys() depends on previously computed values although these values may be stale. The historical restriction to devices with dkpart(dev) == SWAP_PART should go away.
* Reserve major number 99 for vak's cronyx/tau serial driver.jkh1998-05-122-2/+6
|
* Don't attempt to read process context from the kernel when (thebde1998-05-123-6/+6
| | | | | | kernel's) curproc is null. This fixes endless recursion in xfer_umem() for attempts to read from user addresses, in particular for attempts to read %fs and %gs from the pcb for `info reg'.
* Add upcoming NetBSD 1.3.2wosch1998-05-121-4/+4
| | | | Submitted by: Sune Stjerneby <stjerneby@usa.net>
* Some commands are shell builtins. Execute the builtins by the shellwosch1998-05-121-1/+50
| | | | | | | and not directly by make(1). PR: bin/6550 Submitted by: Theo de Raadt <deraadt@cvs.openbsd.org & wosch
* Give a reasonable default value (-p /var/run/xntpd.pid) to xntpd_flags.max1998-05-121-2/+2
|
OpenPOWER on IntegriCloud