summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tripmine for bad hardware.n_hibma2000-01-291-0/+4
|
* Sorry in this just befor code freeze commit.shin2000-01-293-22/+117
| | | | | | | | | | | | | | | | | | | | | This is fix to usr.sbin/trpt and tcp_debug.[ch] I think of putting this after 4.0 but,,, -There was bug that when INET6 is defined, IPv4 socket is not traced by trpt. -I received request from a person who distribute a program which use tcp_debug interface and print performance statistics, that -leave comptibility with old program as much as possible -use same interface with other OSes So, I talked with itojun, and synced API with netbsd IPv6 extension. makeworld check, kernel build check(includes GENERIC) is done. But if there happen to any problem, please let me know and I soon backout this change.
* Remove MAINTAINER=brian2000-01-291-2/+0
| | | | | | | I don't claim to own the code and certainly don't want to discourage people from fixing or updating it. [I know it's the 29th, but the FREEZE hasn't yet been posted to committers]
* Fixed chgrp lossage in rev.1.233. Most floppy devices and all slices for diskbde2000-01-291-39/+41
| | | | | | | | | | | devices because accessible by group wheel instead of group operator. Didn't fix fishy group for rsa*.ctl. This device should have group operator if that is safe, or mode 600 and group wheel. Removed ssc and uk*. Removed bogus (redundant) chmod's to 600.
* Back out 1.134. It works from 3.3R, but breaks cross compilation for tooimp2000-01-291-1/+5
| | | | little gain. I'll work out the issues after 4.0R is out.
* Simplify messages of Pentium II, Pentium II Xeon, Celeron, Pentium IIIkato2000-01-292-22/+8
| | | | | | | and Pentium III Xeon CPUs. If a CPU is one of Pentium II, Pentium II Xeon and Celeron, the message is always "Pentium II/Pentium II Xeon/Celeron". If a CPU is one of Pentium III and Pentium III Xeon, the message is always "Pentium III/Pentium III Xeon".
* Cosmetic changes.kato2000-01-291-2/+3
| | | | | - Fixed order of include files. - Fixed white spaces.
* Update the /usr/include/ hierarchy for the cam/ and cam/scsi/ directories.chris2000-01-291-0/+6
| | | | | PR: 16345 Submitted by: Nick Hibma (henny) <n_hibma@webweaving.org>
* changes to osf1_wait4()gallatin2000-01-291-5/+7
| | | | | | - only allocate rusage struct when caller wants rusage info - fix a stupid paren mismatch bug that was causing EPERM to get returned to callers rather then ECHILD
* Synced with sys/isa/sio.c rev 1.287.kato2000-01-292-2/+16
|
* Synced with sys/i386/isa/wd.c rev 1.218.kato2000-01-291-0/+8
|
* Fix various typos and mdoc style issues.mpp2000-01-2922-108/+200
| | | | Reviewed by: rwatson
* Add a manual page for the ELF dynamic linker. I initially createdjdp2000-01-292-99/+22
| | | | | | rtld.1 by means of a repository copy from "src/libexec/rtld-aout/rtld.1". Then I edited it to make it (more) accurate for the ELF dynamic linker.
* Move the man pages for the a.out dynamic linker into the 1aoutjdp2000-01-292-227/+2
| | | | | | | section. I created rtld.1aout earlier with a repository copy. This clears the way for the ELF dynamic linker man page, which I will commit next.
* "Completed" the previous fix. Return ENOMEM on memory allocation failurebde2000-01-292-2/+16
| | | | | in sioattach(), not ENXIO. Free resources before returning early in sioprobe() and sioattach().
* Minor tweak: the D-Link 10/100 USB ethernet adapter is apparently usingwpaul2000-01-291-4/+8
| | | | | the same design as the LinkSys adapter and needs the same special handling to enable its PHY.
* Enable '=' character in the filename.bp2000-01-291-1/+1
| | | | Submitted by: Dan Nelson <dnelson@emsphone.com>
* Grammar fixes:chris2000-01-291-1/+2
| | | | | | - "In result" generally sounds better as "As a result". - "faith interface ..." was changed to "The faith interface" at the beginning of a sentence.
* Add three entries:imp2000-01-292-0/+50
| | | | | | | | | # Apollo PCMCIA Ethernet Adapter # Olicom OC2220 # National Semiconductor InfoMover NE4100 I forgot who submitted the first two, but the third one was submitted by Jim Bloom.
* Grammar fix: ``Different than'' should really be ``different from''.chris2000-01-294-4/+4
|
* Add a #define for RTLD_LOCAL as required by the Single Unixjdp2000-01-291-0/+1
| | | | Specification.
* Revive the warning that dllockinit() is experimental and subject tojdp2000-01-291-1/+6
| | | | change.
* When a threads package registers locking methods with dllockinit(),jdp2000-01-295-50/+137
| | | | | | | | | | figure out which shared object(s) contain the the locking methods and fully bind those objects as if they had been loaded with LD_BIND_NOW=1. The goal is to keep the locking methods from requiring any lazy binding. Otherwise infinite recursion occurs in _rtld_bind. This fixes the infinite recursion problem in the linuxthreads port.
* Forgot to setup disc2 (the livefs) for booting also.obrien2000-01-291-2/+3
|
* Restore to version 1.14. Only opt_inet.h is required again.brian2000-01-291-21/+1
|
* Remove unused includesbrian2000-01-291-7/+0
|
* * Use `console' rather than `ttyv0' so there will always be a getty onobrien2000-01-293-7/+9
| | | | | the console reguardless of the type of console. * Make the Alpha version match the i386 version.
* Setup cdrom/disc1/ for booting in the Alpha case.obrien2000-01-291-0/+6
|
* differentiate cmi8330 and als100 pnp cards based on their vendor id. thiscg2000-01-292-2/+13
| | | | is a kludge for 4.0
* For syscalls that are renamed to _thread_sys_foo, create a weak aliasjasone2000-01-283-16/+16
| | | | called _foo, not _thread_sys_foo.
* Get the MEDIA_CHANGED status right here too.sos2000-01-281-2/+4
|
* Use _fcntl() (not fcntl()) inside of fcntl().jasone2000-01-283-9/+9
| | | | Reported by: green
* Use atapi_test_ready not atapi_wait_ready, I need more sleep :(sos2000-01-281-1/+1
|
* Remove Fortran from build tools. It isn't needed to build the systemimp2000-01-281-5/+1
| | | | | | | | | | | and costs us an extra 2% to build it for no reason. It may break building cross compilation environments for fortran, but that isn't officially supported at this time anyway (also, the % of our user base that would use that is < .001% imho). This does't break fortran (it is built again later anyway). Reviewed by: obrien Tested by: make buildworld and make buildworld -DNOCLEAN
* Get the MEDIA_CHANGED status right.sos2000-01-282-2/+5
|
* rename disk_delete() to disk_destroy().phk2000-01-282-2/+2
|
* Fix a bug that could crash the system if you press ^T while a slowergreen2000-01-283-24/+23
| | | | | | | | | | | | | | | system is slowed down and in the right spot (a race condition in fork()). The "previous time" fields have moved from pstat to proc. Anything which uses KVM needs to be recompiled with a new libkvm/headers. A couple wacky u_quad_t's in struct proc are now u_int64_t (the same, but according to lack of 'quad's in proc.h and usage in kern_resource.c). This will have no effect on code. This has been make-world-and-installed-new-kernel-which-works-fine-tested. Reviewed by: bde (previous version)
* Fix typo's.asmodai2000-01-281-2/+2
| | | | | PR: 16430 Submitted by: Adam.Kranzel@teru.dyndns.org (shade@dnai.com)
* Fix the atapi-fd.c (afd device) so that fx MSDOS formatted ZIPsos2000-01-282-5/+8
| | | | | | | | disks can be mounted. Use b_pblkno instead of b_blkno Found by: phk Protect (proberly) against setting modes on nonexisting devices.
* - Fix an issue that paniced the machine in data overrungroudier2000-01-281-3/+13
| | | | | | | condition. - 1 line change that allows to balance chips between ncr and sym using pci compat option (not compiled by default in 4.0 but maintains the driver source 3.4 compatible).
* Count AF_INET6 attachement to routing socket.shin2000-01-281-0/+6
| | | | Obtained from: KAME project
* Introduce ACL man pages en masse for library calls, and general introduction.rwatson2000-01-2826-14/+2524
| | | | | | | Introduce ACL man pages en masse for library calls, and general introduction. Also, fix acl_valid.c non-portable calls to include _np in their names, making them standard-happy as well as consistent with acl.h
* Fix inconsistent debug output. (syslog -> warnx)shin2000-01-281-12/+8
| | | | | | Specified by: sheldonh Reviewed by: des
* Fix rshd coredump when AF_INET socket is used.shin2000-01-281-1/+1
| | | | Confirmed by: F. Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de>
* There were so far only 42 different conversion specifications injoerg2000-01-282-0/+22
| | | | | | | | | strftime(3), add another one. :) %z yields the local timezone's offset in hours and minutes, as used in RFC822 headers. There's a precedence for this in Lunux' libc, and Internet software (like Perl scripts) start using it. OKed by (wrt. the code freeze): jkh
* Back out previous commit; it was premature.archie2000-01-281-57/+0
|
* Fix compilation on ISA only setups...sos2000-01-281-4/+3
|
* Fix man page structures/constants to match recent changes in acl.hrwatson2000-01-282-53/+45
| | | | | | | | | Fix a few more namespace messes and whitespace curiosities in acl.h Fix comments in acl.h Clean up some function prototypes from acl.h that won't be committed before the code freeze. Some of this kindly pointed out by: the ever patient bde
* Allow for cdldr to be built in ${.OBJDIR}/../cdldr/cdldr instead ofjhb2000-01-281-3/+9
| | | | only looking for it in ${.CURDIR}/../cdldr/cdldr. This fixes world.
* Update for ntp 4.0.99b.roberto2000-01-282-104/+5
|
OpenPOWER on IntegriCloud