summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add some target mode definitions and firmware (FC only) attribute definitions.mjacob2001-04-041-0/+13
|
* Ansification of source.mjacob2001-04-041-1/+1
|
* After loading f/w, for FC cards print out Firmware Attributes.mjacob2001-04-041-51/+72
| | | | | | | | | | | | | Redo establishment of default SCSI parameters whether or not we've been compiled for target mode. Unfortunately, the Qlogic f/w is confused so that if we set all targets to be 'safe' (i.e., narrow/async), it will also then report narrow, async if we're contacted in target mode from that target (acting in initiator role). D'oh! Fix ISPCTL_TOGGLE_TMODE to correctly enable the right channel for dual channel cards. Add some more opcodes. Fix a stupid NULL pointer bug.
* Remove the libposix1e, since it has been repo copied to libc/posix1e andtmm2001-04-0465-7110/+0
| | | | | | | integrated into libc. Approved by: rwatson Obtained from: TrustedBSD Project
* If we have and error and are booting verbosely, don't be complainingmjacob2001-04-041-1/+7
| | | | | if this was a non-retryable selection timeout- wading through 256 targets worth of Fibre Channel 'selection timeouts' is tedious at best.
* setfacl and getfacl no longer need to link against libposix1e, since ittmm2001-04-042-4/+0
| | | | | | | has been integrated into libc. Approved by: rwatson Obtained from: TrustedBSD Project
* Activate build of posix1e extensions in libc and libc_r that have beentmm2001-04-045-1/+20
| | | | | | | | moved in from libposix1e, and deactivate build of the soon-to-be-removed libposix1e. Approved by: rwatson Obtained from: TrustedBSD Project
* Add thread safety wrappers for the posix1e syscalls that deal with filetmm2001-04-0410-0/+369
| | | | | | | descriptors. Approved by: rwatson Obtained from: TrustedBSD Project
* Add entries for the posix1e functions that will be overridden in libc_r.tmm2001-04-042-0/+12
| | | | | Approved by: rwatson Obtained from: TrustedBSD Project
* Prepare for the inclusion of libposix1e into libc: retire the oldtmm2001-04-0429-12/+70
| | | | | | | | | | Makefile, add Makefile.inc needed for libc build; add #include "namespace.h"/#include "un-namespace.h" pairs around the includes of sys/acl.h and sys/capability.h, and an additional underscore in front of the functions that will be overridden in libc_r. Approved by: rwatson Obtained from: TrustedBSD Project
* Use a plain .Dv for kernel option names rather than .Qq Dv to be consistentjhb2001-04-041-2/+2
| | | | with other manpages.
* We don't use quotes around kernel options now.jhb2001-04-041-4/+4
|
* Add removable_interfaces to /etc/defaults/rc.conf. It is usedbmah2001-04-042-0/+4
| | | | | | | | | (undocumented until now) by /etc/pccard_ether. MFC candidate. Pointed out by: Dave Crane <dave@trig.net> Reviewed by: -mobile
* Add the VLAN interface type to the list of ARP-capable interface types.yar2001-04-041-2/+5
|
* Change the type of the VLAN interface from IFT_PROPVIRTUAL,yar2001-04-042-3/+3
| | | | | which was a temporary hack, to IFT_L2VLAN, which is the type assigned by IANA.
* Fixed a null pointer bug in rev.1.10. Rev.1.10 was supposed to tobde2001-04-041-5/+7
| | | | | | | | | | | | move the "for safety" zeroing of unused members of timebuf to a better place. It actually moved the zeroing to a worse place and didn't add necessary braces. Fixed a nearby older bug. timebuf.tm_gmtoff was sometimes used even when timebuf was invalid. Even when it is zeroed, a failing mktime() might set it to nonzero. PR: 25243
* Add recently assigned interface types.yar2001-04-041-0/+7
| | | | Obtained from: ftp://ftp.isi.edu/in-notes/iana/assignments/smi-numbers
* Sync up to NetBSD, Step 2:yar2001-04-041-0/+136
| | | | | | Add the interface types 0x37 through 0xbd. Obtained from: NetBSD
* Sync up to NetBSD again, Step 1:yar2001-04-041-5/+5
| | | | | | | | | * Set the CSRG SCCS ID to the revision this file is actually based on (the file itself has been updated to Lite2 in rev. 1.4). * Fix some typos in comments. * Add a comment to the trailing #endif according to style(9)
* Centralize DMA buffer configuration.orion2001-04-041-53/+38
| | | | | | | | Simplify initialization and remove offending DMA channel resets there. The resets trash whatever is pointed to DMA registers, but at cmi_attach() time the DMA registers have not been initialized with valid addresses. Reviewed by: Cameron Grant <gandalf@vilnya.demon.co.uk>
* Put back required ')'.ru2001-04-041-1/+1
| | | | Submitted by: jhay
* mdoc(7) police: removed final dot from the .Nd call.ru2001-04-041-1/+1
|
* mdoc(7) police: there is no single manpage that uses ``.Sy not''.ru2001-04-041-1/+1
|
* mdoc(7) police: fix markup and spelling.ru2001-04-041-8/+12
|
* mdoc(7) police: removed hard sentence break.ru2001-04-041-2/+3
|
* mdoc(7) police: removed hard sentence breaks.ru2001-04-041-5/+10
|
* mdoc(7) police: you don't need to use enclose macros for blocks of text.ru2001-04-041-1/+1
|
* mdoc(7) police: .Nm remembers its argument on the first call.ru2001-04-041-1/+1
|
* mdoc(7) police: add missing .Pa call.ru2001-04-041-1/+3
|
* mdoc(7) police: add a missing comma in the SEE ALSO.ru2001-04-041-1/+1
|
* mdoc(7) police: use .Nm instead of hardcoded name.ru2001-04-041-1/+3
|
* mdoc(7) police: cosmetics.ru2001-04-041-4/+5
|
* mdoc(7) police: use proper markup for function arguments.ru2001-04-043-18/+18
|
* A much better (more correct) fix for handling ``!'' charactersbrian2001-04-041-23/+40
| | | | Obtained from: NetBSD
* mdoc(7) police: add missing .Pa call.ru2001-04-041-1/+3
|
* mdoc(7) police: use .Nm, remove blank line (these cause warnings in mdocNG).ru2001-04-041-2/+3
|
* mdoc(7) police: sort xrefs.ru2001-04-041-1/+1
|
* Handle ``!'' characters when they appear as second and subsequentbrian2001-04-041-0/+3
| | | | | | | | parts of an && or || expression. This makes this expression work as expected: if true && ! false; then echo yes; fi
* wd1s1a -> ad1s1anik2001-04-041-2/+2
| | | | Submitted by: sanpei
* Document ``special <progname> ident <identifier>'' command.ru2001-04-041-0/+17
|
* - Call `subclean' after `clean' for each program.ru2001-04-041-2/+2
| | | | - Eliminate compiler warning.
* Doh! Last second change introduced two compile warnings. Fix them.imp2001-04-041-2/+2
|
* Try to INIT the cards up to 5 times in a row rather than just once.imp2001-04-041-9/+15
| | | | | | | | | | It appears that some of the new PRISM2 cards need it. Fail the probe if we fail to read the MAC address. Fix a comment. Delete the unload printf. The bus system now prints this message.
* This commit was generated by cvs2svn to compensate for changes in r75147,fenner2001-04-041-1/+1
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Check in the diff for rev 1.11 of tcpdump.org's print-smb.cfenner2001-04-041-1/+1
| | | | | | | | to replace freebsd.org's rev 1.2.
* | Fix some very broken code in __nc_error() that implements per-threadiedowse2001-04-032-17/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `nc_error' variables. Move the nc_lock mutex from mt_misc.c to a static variable within this function, since it is only used here. Add a new getnetconfigent() error code `NC_NOTFOUND' to report the case where the specified netid was not found. Set nc_error in all error cases in getnetconfigent() so that the error messages returned by nc_(s)perror are always meaningful. Add a terminating \n to the output of nc_perror() to match both our manpage and other implementations of this function. Reviewed by: deischen, alfred, Martin Blapp <mb@imp.ch>
* | Add a leading underscore to the pthread_main_np function name, andiedowse2001-04-033-3/+6
| | | | | | | | | | | | | | | | | | a "#pragma weak" directive linking the external symbol. This matches the other pthread_* definitions, and ensures that users of this function from within libc get the real version, not the stub. Suggested by: deischen Reviewed by: deischen, alfred
* | Remove some hacks that were apparently added to avoid problems withiedowse2001-04-032-4/+2
| | | | | | | | | | | | | | RPC clients hanging. The real problem turned out to be missing cleanup code; this was fixed in clnt_vc.c r1.5 and clnt_dg.c r1.4. Submitted by: Martin Blapp <mb@imp.ch>
* | New release notes: README file for ACLs and extended attributes,bmah2001-04-032-11/+31
| | | | | | | | | | libpcap update 0.6.2, tcpdump 3.6.2, newfs(8) now defaults to 22 cylinders/group, pkg_version better comparisons and -t.
* | Implement a package number comparison routine for pkg_version(1)bmah2001-04-034-31/+201
| | | | | | | | | | | | | | | | | | | | | | | | that actually conforms to the Porters Handbook. Add a -t option to pkg_version(1) for doing comparison testing. Add a script (and make test target) to do some regression tests on the package number comparison routine, to help debug future revisions. Submitted by: knu Procrastination by: bmah
OpenPOWER on IntegriCloud