summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* List the valid IRQs and the non-sharingness.imp2001-05-301-0/+3
| | | | Submitted by: gshapiro
* Use PATH_MAX in preference in MAXPATHLEN.imp2001-05-301-1/+2
|
* Use PATH_MAX instead of MAXPATHLEN.imp2001-05-301-3/+4
| | | | Also use sizeof(path) in preference to PATH_MAX.
* Export via sysctl:dd2001-05-303-0/+39
| | | | | | | | | | | * all members of msginfo from sysv_msg.c; * msqids from sysv_msg.c; * sema from sysv_sem.c; and * shmsegs from sysv_shm.c; These will be used by ipcs(1) in non-kvm mode. Reviewed by: tmm
* PATH_MAX in preference to MAXPATHLEN.imp2001-05-301-1/+2
|
* Use PATH_MAX rather than MAXPATHLEN.imp2001-05-301-1/+1
|
* Minor comment fiximp2001-05-301-1/+1
|
* move wx to be part of miibus requiring chipsetsmjacob2001-05-305-5/+5
|
* MFCs noted: newfs(8) -U, libcrypt Blowfish password hashing,bmah2001-05-303-15/+15
| | | | vidcontrol(1) font specifications, c89(1) executable, telnet(1) -U.
* Mention how env(1) can be used with the "#!" construct.dd2001-05-301-0/+19
| | | | | PR: 27690 Submitted by: Mike Meyer <mwm@mired.org>
* Don't claim to ignore interrupts.dd2001-05-301-3/+3
| | | | | PR: 27747 Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
* Remove home-grown prototypes of time() and localtime().dd2001-05-301-3/+3
| | | | Reviewed by: md5(1)
* Catch up to new include paths.msmith2001-05-301-2/+2
| | | | Submitted by: walt <wsheets@att.net>
* - Catch up to the VM mutex changes.jhb2001-05-308-44/+51
| | | | - Sort includes in a few places.
* Remove -DMFS from CFLAGS.dd2001-05-291-1/+1
|
* Remove all references to MFS.dd2001-05-291-92/+2
|
* Include <ufs/ffs/fs.h> to get the definition of struct cg to quiet ajhb2001-05-291-0/+1
| | | | warning.
* Go back to 1.20 again.dcs2001-05-291-0/+3
|
* Turn dictthreshold and dictincrease into cell-sized variables, sodcs2001-05-292-7/+8
| | | | | | | they can be used with cell operators like !. As I did this, I noticed the whole CELL thing might have problems with big endian architectures with sizeof(int)!=sizeof(void*).
* GC #if 0'd calls to releasing and acquiring the old style giant kerneljhb2001-05-293-18/+0
| | | | lock.
* Replace the cast I removed in rev. 1.16 with a slightly less evil onedd2001-05-291-1/+1
| | | | | | | (well, at least one that gcc doesn't complain about). This fixes -r, which rev. 1.16 broke. Submitted by: bde
* Per jlemon: add code to nge_rxeof() to allow verification of TCP andwpaul2001-05-291-0/+8
| | | | | | | UDP checksums too, not just IP. The chip only tells us if the checksum is ok, it does not give us a copy of the partial checksum for later processing. We have to deal with this the right way, but we can deal with it.
* New release notes: ACPI CA 20010518, MFS gone, ifconfig -m (submitted bybmah2001-05-293-27/+57
| | | | | | Brooks Davis <brooks@one-eyed-alien.net>), GCC_OPTIONS. Minor rearrangement of some release notes items.
* Fix mind-o in nge_rxeof(): I used CSUM_IP_CHECKED twice instead ofwpaul2001-05-291-1/+1
| | | | CSUM_IP_CHECKED|CSUM_IP_VALID.
* Remove last vestiges of MFS.phk2001-05-294-34/+4
|
* Ignore the new superblock fields fs_pendingblocks and fs_pendinginodesiedowse2001-05-291-0/+2
| | | | | | | when comparing with the alternate superblock. These fields are used for temporary in-core information only. This should fix the "VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST ALTERNATE" error from fsck_ffs that has been seen a lot recently.
* Remove MFSphk2001-05-295-16/+3
|
* Remove MFS.phk2001-05-291-1/+1
|
* Remove old ACPI CA code. These will be drained from the repo at somemsmith2001-05-29139-82734/+0
| | | | future date.
* - Updates for new constant naming in the ACPI CA 20010518 update.msmith2001-05-2918-140/+157
| | | | | | | | | | | - Use __func__ instead of __FUNCTION. - Support power-off to S3 or S5 (takawata) - Enable ACPI debugging earlier (with a sysinit) - Fix a deadlock in the EC code (takawata) - Improve arithmetic and reduce the risk of spurious wakeup in AcpiOsSleep. - Add AcpiOsGetThreadId. - Simplify mutex code (still disabled).
* New files for the ACPI CA 20010518 update.msmith2001-05-292-56/+48
|
* New files and layout for the ACPI CA 20010518 update.msmith2001-05-295-108/+109
|
* - wbinvd isn't an inline on ia64.msmith2001-05-293-4/+2
| | | | - includes are not in subdirectories.
* Merge FreeBSD-specific changes with the ACPI CA 20010518 release.msmith2001-05-296-534/+756
|
* Inline TCP_REASS() in the single location where it's used,jesper2001-05-292-66/+60
| | | | | | | | just as OpenBSD and NetBSD has done. No functional difference. MFC after: 2 weeks
* This commit was generated by cvs2svn to compensate for changes in r77424,msmith2001-05-29124-8016/+8590
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import the 20010518 Intel ACPI CA release. Note that Intel's directory layoutmsmith2001-05-29130-8536/+9394
| | | | | | | | | | keeps changing, so to reduce repository thrash everything has been moved into a single directory. (repo copy involved)
* | This commit was generated by cvs2svn to compensate for changes in r77422,msmith2001-05-292-0/+639
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import the 20010518 Intel ACPI CA release. Note that Intel's directory layoutmsmith2001-05-292-0/+639
| | | | | | | | | | | | keeps changing, so to reduce repository thrash everything has been moved into a single directory. (repo copy involved)
* | properly delay acks in half-closed TCP connectionsjesper2001-05-292-2/+2
| | | | | | | | | | | | PR: 24962 Submitted by: Tony Finch <dot@dotat.at> MFC after: 2 weeks
* | A more complete removal of MFS related code.phk2001-05-293-312/+59
| | | | | | | | XXX: This program badly needs a style(9) + BDECFLAGS treatment.
* | Remove the MFS paper.phk2001-05-297-899/+1
| |
* | Initial cleanout of MFS from newfs. More complete wash needed.phk2001-05-292-6/+3
| |
* | Remove MFS from the kernel.phk2001-05-294-944/+0
| |
* | Remove MFS from configs idea of the world.phk2001-05-293-14/+0
| |
* | Remove MFS compat bits.phk2001-05-291-11/+0
| |
* | Remove MFS options from all example kernel configs.phk2001-05-299-11/+2
| |
* | Add section "CONTRIBUTORS" and move nik and sobomax there, since we are notsobomax2001-05-291-0/+2
| | | | | | | | really "AUTHORS".
* | Use use ${INSTALL} -d in our build process. If INSTALL is set toimp2001-05-291-1/+1
| | | | | | | | | | "install -C" then things will fail due to new checks. Relax the checks so that install -C -d works again.
* | Bring back from the er, dead some useful PAM modules.markm2001-05-2915-0/+1748
| |
OpenPOWER on IntegriCloud