summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Document the libpam dependency on libopiekris2000-04-181-0/+1
| | | | Reminded by: bde
* Bump to note the changes in the ELF binary header and our brandelf method.obrien2000-04-181-1/+1
|
* From FSFChangeLog: (tfaff): Now a function, not a string. All users changed.obrien2000-04-181-2/+2
| | | | | | | | | I did not catch this on the EGCS 1.1.x --> GCC 2.95 upgrade. So propogate this change to our custom hacks. PR: 15549 Submitted by: Naohiko Tsuji <yakisoba@osaka.interq.or.jp> Patrick Bihan-Faou <patrick@mindstep.com>
* This commit was generated by cvs2svn to compensate for changes in r59343,obrien2000-04-181-35/+260
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Header file gotten from the Cygnus Sourceware Binutils anoncvs repositoryobrien2000-04-181-35/+260
| | | | | | | | on 14-April-2000. This gives us offical SCO/SVR4 ABI values for EI_OSABI.
* | Change our ELF binary branding to something more acceptable to the Binutilsobrien2000-04-1814-105/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | maintainers. After we established our branding method of writing upto 8 characters of the OS name into the ELF header in the padding; the Binutils maintainers and/or SCO (as USL) decided that instead the ELF header should grow two new fields -- EI_OSABI and EI_ABIVERSION. Each of these are an 8-bit unsigned integer. SCO has assigned official values for the EI_OSABI field. In addition to this, the Binutils maintainers and NetBSD decided that a better ELF branding method was to include ABI information in a ".note" ELF section. With this set of changes, we will now create ELF binaries branded using both "official" methods. Due to the complexity of adding a section to a binary, binaries branded with ``brandelf'' will only brand using the EI_OSABI method. Also due to the complexity of pulling a section out of an ELF file vs. poking around in the ELF header, our image activator only looks at the EI_OSABI header field. Note that a new kernel can still properly load old binaries except for Linux static binaries branded in our old method. * * For a short period of time, ``ld'' will also brand ELF binaries * using our old method. This is so people can still use kernel.old * with a new world. This support will be removed before 5.0-RELEASE, * and may not last anywhere upto the actual release. My expiration * time for this is about 6mo. *
* | Enable 8bit chars excepting high controlsache2000-04-181-4/+10
| |
* | hm committed newbused vt driver this weekend, so it is no longer neededimp2000-04-172-10/+0
| | | | | | | | | | | | in isa_compat. LINT now builds again.
* | Provide mem* for compat with NetBSD to fix LINTimp2000-04-172-3/+15
| |
* | Document NO_TCSH knob.obrien2000-04-172-0/+2
| |
* | Add a NO_TCSH knob.obrien2000-04-171-1/+4
| |
* | ND6_HINT() should not be called unless the connection status issumikawa2000-04-172-2/+0
| | | | | | | | | | | | ESTABLISHED. Obtained from: KAME Project
* | even if nd6_nud_hint is called, do not change a neighbor's statussumikawa2000-04-171-1/+1
| | | | | | | | | | | | | | unless the old status is probably reachable (i.e. the link-layer address has already been resolved). Obtained from: KAME Project
* | Perl lib configuration for IA-64 (along with PPC and arm32)obrien2000-04-176-0/+3602
| |
* | Fix the .PATH style nits. Other style nits left for later.obrien2000-04-172-15/+14
| |
* | Use the non-asm routines for IA-64, PPC, and arm32 ports.obrien2000-04-172-2/+2
| |
* | When in infrastructure mode, use address 3 from the 802.11 header as thewpaul2000-04-172-4/+14
| | | | | | | | | | | | | | | | source address when receiving frames (and keep using address 2 when in pseudo-IBSS mode). This is apparently necessary in order to obtain the true MAC address of the sending station which is needed for PPPoE. Patch supplied by: Blaz Zupan <blaz@amis.net>
* | This commit was generated by cvs2svn to compensate for changes in r59325,obrien2000-04-1722-0/+2572
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Clean import the of libgmp 2.0.2 sparc bits.obrien2000-04-1722-0/+2572
| | |
* | | more mmap fixescg2000-04-173-35/+30
| | |
* | | make drivers start at beginning of buffer when triggered - improves mmap.cg2000-04-174-14/+32
| | | | | | | | | | | | | | | | | | not all tested. not sure about aureal.c or csapcm.c
* | | Add user prototypes for kevent() and kqueue().jlemon2000-04-171-0/+11
| | |
* | | Update the man page regarding the behaviour for the ${firewall_type}bsd2000-04-171-2/+4
| | | | | | | | | | | | | | | | | | variable. Reminded by: Ruslan Ermilov <ru@FreeBSD.org>
* | | Fix LINT.dfr2000-04-171-18/+1
| | |
* | | Create mfsfd/etc/defaults/ first before copying etc/defaults/pccard.conf.iwasaki2000-04-171-1/+1
| | |
* | | Remove unloaded printf. We do this now in the newbus layer.imp2000-04-173-3/+0
| | |
* | | Issue a detached message after detaching the device.imp2000-04-171-0/+1
| | | | | | | | | | | | Not Objected to by: new-bus@
* | | Remove RF_PCCARD_ATTR. I should have done this before 4.0. It isn't partimp2000-04-171-2/+0
| | | | | | | | | | | | of the API.
* | | Unbreak make world (libpam depends on libopie)kris2000-04-171-3/+4
| | |
* | | change {u}long -> {u}intptr_t to make it clear that these fieldsjlemon2000-04-171-2/+2
| | | | | | | | | | | | may also contain pointers as well.
* | | Remove unneeded cast.jlemon2000-04-171-1/+1
| | |
* | | Fix the location of pccard.conf,iwasaki2000-04-171-1/+1
| | | | | | | | | | | | | | | | | | etc/pccard.conf.sample -> etc/defaults/pccard.conf. Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
* | | Add kern_event.cimp2000-04-171-0/+1
| | |
* | | Forgot to commit this to add card_if.m.imp2000-04-171-0/+1
| | | | | | | | | | | | Pointed out by: iwasaki-san.
* | | Minor man page formatting changes and improvements.rwatson2000-04-172-5/+12
| | | | | | | | | | | | Suggested by: chris
* | | Connect pam_opie to the build.kris2000-04-172-0/+2
| | |
* | | Add pam_opie, a PAM module using the OPIE one-time-password scheme.kris2000-04-172-0/+150
| | | | | | | | | | | | Submitted by: Jim Bloom <bloom@acm.org>
* | | Allow applications to disable the installation of the atexit() handlerkris2000-04-172-2/+13
| | | | | | | | | | | | | | | | | | which cleans up OPIE lockfiles. This is required for pam_opie. Submitted by: Jim Bloom <bloom@acm.org>
* | | Code compiles and installs 100% better if included in the Makefile.rwatson2000-04-163-0/+16
| | | | | | | | | | | | Suggested by: Voices in my head.
* | | Add sparcnetbsd support and cleanup style so that this looks nearlysteve2000-04-161-7/+9
| | | | | | | | | | | | identical to Makefile.sparc.
* | | Fix a typo (aout32.o -> aout32.c). Add support for NetBSD/Sparc andsteve2000-04-161-4/+13
| | | | | | | | | | | | sparc64.
* | | Create <event.h> -> <sys/event.h> link that I forgot earlier.jlemon2000-04-161-2/+2
| | | | | | | | | | | | Reminded by: ache
* | | Introduce userland utilities to set and get extended attributes. Theserwatson2000-04-164-0/+342
| | | | | | | | | | | | | | | | | | | | | | | | utilities do not present the world's greatest interface, and will undoubtably change soon. However, they do let people experiment with extended attributes, and provide samples of how to use the syscalls. Obtained from: TrustedBSD
* | | Some more i386-only BIOS-friendliness:msmith2000-04-1615-89/+736
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Add support for using the PCI BIOS functions for configuration space accesses, and make this the default. - Make PNPBIOS the default (obsoletes the PNPBIOS config option). - Add two new boot-time tunables to disable each of the above.
* | | Add mention of extended attributes in release notes.rwatson2000-04-162-0/+12
| | | | | | | | | | | | Suggested by: kkenn
* | | Second patch that prepares for the addition of thegroudier2000-04-161-301/+303
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | multi-firmware support. This patch just changes numerous names in the driver sources and is actually nilpotent. This has been checked by comparing the generated assembly code. The names that have been changed are related to the script names. They were named `script' and `script H'. They are now named respectively `script A' and `script B'.
* | | Change tail to use kqueue/kevent to obtain a notification whenjlemon2000-04-161-22/+51
| | | | | | | | | | | | the file changes (when doing tail -{f|F}).
* | | Add files that I forgot to `cvs add' on last commit.jlemon2000-04-163-0/+1111
| | |
* | | Replace the POLLEXTEND extensions with the kqueue() mechanism.jlemon2000-04-162-25/+29
| | |
* | | Introduce kqueue() and kevent(), a kernel event notification facility.jlemon2000-04-1629-18/+682
| | |
OpenPOWER on IntegriCloud