summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add support for virgin disklabelsjkh2000-10-314-68/+298
| | | | Submitted by: dillon
* Add a new ioctl for doing virgin disklabels.jkh2000-10-314-0/+37
| | | | Submitted by: dillon
* remove duplicated item.sanpei2000-10-311-5/+0
| | | | | | "Laneed Wireless card" is "ELECOM *Laneed* Air@Hawk/LD-WL11/PCC Wireless card" which was already committed.
* I'm dropping the MAINTAINER request and see what happens. If it becomesmjacob2000-10-311-2/+0
| | | | | too hard for me to keep in sync with other platforms, FreeBSD will go it's own way.
* Filter out some more magic environment variables used by libraries linkedkris2000-10-313-4/+11
| | | | | | | | with telnetd. This should really be done with a positive filter - i.e. only allow through a configured list of variables. Also do some buffer-safety cleanups while I'm here - I don't think these are exploitable.
* Forgotten RELEASE_CRUNCH hack for mppe.c.hosokawa2000-10-311-2/+2
| | | | This fix is for "make release" and "make boot.flp".
* Makefile for ACPI CA base acpi driver kernel module.takawata2000-10-312-0/+102
| | | | This module is intended to be loaded from /boot/loader,not from kldload(8).
* Oops, in previous commit(rev.1.4), I replacedsanpei2000-10-311-6/+6
| | | | | pitch and duration only in ``struct'', I forgot to replace these in sysbeep and timeout, sorry.
* fix the sigaltstack hack by lowering the stack size to the original valuegallatin2000-10-311-0/+2
| | | | | if the request was for less than MINSIGSTKSZ (in which case we "round up"). discussed with: marcel
* Use the new-style ngpppoe_init_data structure.brian2000-10-312-6/+3
| | | | Approved by: archie
* Change the format of ngpppoe_init_data so that the provider is NULbrian2000-10-312-30/+148
| | | | | | | | | | | terminated and the data_len field is no longer necessary. Add ASCII2BINARY and BINARY2ASCII capabilities. The old format is still understood and dealt with, but can't do the ASCII2BINARY and BINARY2ASCII stuff. Approved by: archie
* Remove vestages of a previous implimentation of "-h".obrien2000-10-311-2/+2
| | | | Submitted by: Tony Finch <dot@dotat.at>
* Mention that ``nat deny_incoming'' drops unrecognised IP packets.brian2000-10-312-0/+6
| | | | Requested by: kris
* Add pcib_if location to list of *.m files.takawata2000-10-311-1/+1
|
* o Document various sysctl's available for managing services availablerwatson2000-10-311-0/+39
| | | | within jail()
* o Deny access to System V IPC from within jail by default, as in therwatson2000-10-315-0/+54
| | | | | | | | | | | | current implementation, jail neither virtualizes the Sys V IPC namespace, nor provides inter-jail protections on IPC objects. o Support for System V IPC can be enabled by setting jail.sysvipc_allowed=1 using sysctl. o This is not the "real fix" which involves virtualizing the System V IPC namespace, but prevents processes within jail from influencing those outside of jail when not approved by the administrator. Reported by: Paulo Fragoso <paulo@nlink.com.br>
* Convert the de driver into a loadable module. Still missing is anmarkm2000-10-314-145/+36
| | | | | | | | unload method. Lots of old cruft is removed. Thanks to WPaul for large clue-injection and debugging services. Reviewed by: wpaul
* GCC uses .asm files on the Alpha for crt{begin,end}.o rather thanobrien2000-10-311-9/+30
| | | | | | crtstuff.c as they do for other platforms. Moral support from: jdp
* Move 'tw*' after 'twe*' so that it's possible to create the control devicemsmith2000-10-311-5/+5
| | | | | | for the 'twe' driver. This is an expedient solution for an actually-manifesting symptom of a major problem with MAKEDEV. Roll on DEVFS.
* Call dc_apply_fixup() in dc_setcfg() for the MII case.wpaul2000-10-312-0/+8
|
* Grrr. The 'reg' variable in dc_apply_fixup() needs to be a u_int32_t, notwpaul2000-10-302-2/+2
| | | | | a u_int8_t. Pass the conical hat. This should fix certain cardbus 21143 cards that require SROM h0h0magic in order to enable their transceivers.
* Changes have been made to support a concept of VAR_FIXIT_TTY beingjkh2000-10-306-78/+129
| | | | | | | | | | | | | | | | | standard or serial. This change needs to be done to the entire system that depends on this. This way we don't have some code using OnVTY checks and other doing strcmp(variable_get(VAR_FIXIT_TTY), "standard") == 0 checks. Also we need to set VAR_FIXIT_TTY to "serial" if we come up on a serial console. Also fixed a dialog problem in that dialog was used when dialog was disabled causing some troubles such as not letting the cursor keys work when exiting the fixit mode on media (ie. not the fixit shell but for example fixit on a floppy). Submitted by: Doug Ambrisko <ambrisko@whistle.com> PR: 22352
* Add an entry for the Xircom 10/100 Network PC Card adapter.jhb2000-10-301-0/+6
|
* Update to reflect that the XPT device can accept path inquiry commands.scottl2000-10-301-0/+1
| | | | Reviewed by: gibbs
* Allow XPT_PATH_INQ to be performed on the XPT device, as per the CAM spec.scottl2000-10-301-1/+7
| | | | | | | Return ENOTSUP for XPT_ENG_INQ and XPT_ENG_EXEC when performed on the XPT device. Reviewed by: gibbs
* Note ipfilter update to 3.4.12, cd(4) support for write operations,bmah2000-10-302-8/+28
| | | | | MFC of OpenSSH-2.2.0, MFC of chio(1) enhancements, MFC of libisc import, mergemaster improvements.
* Try a bit harder to test for ATA/ATAPI HW to probe, this is to avoidsos2000-10-301-3/+15
| | | | some of the false comrades some devices fakes...
* Remove an evil conditional nested include of <sys/systm.h>phk2000-10-301-1/+0
|
* Add a missing <sys/systm.h>phk2000-10-301-0/+1
|
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>phk2000-10-3022-0/+22
| | | | | | doesn't mess us up. Noted by: Harti Brandt <brandt@fokus.gmd.de>
* Comment out the (old) acpi stuff, it breaks LINT.phk2000-10-302-6/+6
|
* o Tighten up rules for which processes can't debug which other processesrwatson2000-10-301-2/+4
| | | | | | | | in the p_candebug() function. Synchronize with sef's CHECKIO() macro from the old procfs, which seems to be a good source of security checks. Obtained from: TrustedBSD Project
* Whitespace only:sheldonh2000-10-301-13/+16
| | | | | | * Remove hard sentence breaks. * Remove trailing whitespace. * Separate macro arguments from trailing punctuation with whitespace.
* Fix nits introduced in rev 1.9:sheldonh2000-10-301-2/+4
| | | | | Remove single-space hard sentence break. Mark errno up as a Variable (Va).
* MFC: Fix typo: Melco Inc. sells LUA-TX, not LU-ATX.bmah2000-10-303-3/+3
| | | | | PR: misc/22383 Submitted by: WAKABAYASHI Susumu <susumu@wakabaya.net>
* Note MFC to 4-STABLE of mly(4) driver.bmah2000-10-301-1/+1
| | | | Submitted by: msmith
* Drop PKT_ALIAS_IGNORED packets if ``nat deny_incoming yes'' is in effect.brian2000-10-301-1/+5
| | | | Approved by: rwatson, ru
* Added boolean argument to link searching functions, indicatingru2000-10-3014-214/+84
| | | | whether they should create a link if lookup has failed or not.
* Update the Promise RAID code, there are differences between BIOSsos2000-10-301-6/+6
| | | | version unfortunately...
* Remove unused #include statementshm2000-10-3044-84/+0
| | | | Submitted by: phk
* Replace old sigaction struct declaration with the new one as presentasmodai2000-10-301-12/+8
| | | | | | | | | | in <sys/signal.h>. This might be a shortterm fix until the manpage is updated towards POSIX terminology. And maybe not... PR: 21542 Submitted by: Ronald F. Guilmette <rfg@monkeys.com>
* MFS:sanpei2000-10-301-13/+12
| | | | | | | | | | | | cosmetic changes use /etc/pccard_ether for Xircom CreditCard Netwave and 3Com Corporation" "3C562" (BUT NOT SUPPORTED). fix `card line' of RATOC REX-5572 (as SCSI only) use `config auto' for RATOC REX-5536AM, REX-9836A, ICM PSC-2401 SCSI
* Correct incorrect information about the PATH used for exec*() calls.asmodai2000-10-301-4/+7
| | | | | PR: 21990 Partially submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
* Whitespace only change: trim trailing whitespace.asmodai2000-10-3054-186/+186
|
* A significant rewrite of PPTP aliasing code.ru2000-10-308-302/+530
| | | | | | | | | | | | | | PPTP links are no longer dropped by simple (and inappropriate in this case) "inactivity timeout" procedure, only when requested through the control connection. It is now possible to have multiple PPTP servers running behind NAT. Just redirect the incoming TCP traffic to port 1723, everything else is done transparently. Problems were reported and the fix was tested by: Michael Adler <Michael.Adler@compaq.com>, David Andersen <dga@lcs.mit.edu>
* Start using crt[in].o to adhear to the ELF ABIobrien2000-10-301-2/+2
| | | | (and crtstuff.c's requirements).
* Remove unused #includes.non2000-10-302-16/+6
| | | | Submitted by: phk@FreeBSD.ORG
* Now that the amount of (pseudo) interfaces is growing with IPv6,guido2000-10-301-22/+30
| | | | get rid of stupid upperbound on the amount of interfaces (was 8).
* This commit was generated by cvs2svn to compensate for changes in r67957,kris2000-10-307-0/+2024
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of AES algorithm code (aka Rijndael) from KAME.kris2000-10-307-0/+2024
| |
OpenPOWER on IntegriCloud