summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Old stuff laying around: Don't use getstr which can conflict with somepeter1998-12-164-12/+12
| | | | curses/termcap/terminfo implementations and causes recursion.
* Old stuff laying around: Don't use a function called getstr(), that haspeter1998-12-162-7/+7
| | | | | nasty consequences when the system curses is ncurses as this conflicts with a ncurses funciton and causes recursion.
* Old stuff from a source tree: copy (verbatum) the code to expand thepeter1998-12-162-4/+62
| | | | %s/%m in the default /etc/gettytab.
* Old nit lying around in a source tree: Slightly optimize the number ofpeter1998-12-161-13/+15
| | | | uname/gname overrides and /sets.
* Old nit lying around: Don't override the gname when it's the same as thepeter1998-12-161-2/+2
| | | | previous /set.
* Old stuff laying around: Don't override /tmp to the same uid/gid as thepeter1998-12-161-2/+2
| | | | previous /set defaults
* Old stuff lying around a source tree:peter1998-12-162-5/+11
| | | | Create/remove /etc/wall_cmos_clock without using system() and magic paths.
* Cleaning out old stuff from one of my source trees:peter1998-12-161-5/+14
| | | | use mkdtemp() rather than mktemp() and fix a trivial memory leak.
* Added /usr/share/examples/portal to mtreedillon1998-12-161-1/+3
|
* Add support for building on MIPS based systems.imp1998-12-162-2/+16
|
* Free memory from getmode.imp1998-12-161-1/+2
| | | | Obtained from: OpenBSD
* Free memory from setmode.imp1998-12-161-1/+2
| | | | Obtained from: OpenBSD
* Return memory from setmode.imp1998-12-161-0/+1
| | | | Obtained from: OpenBSD
* Fix two possible non-exploitable buffer overflows.imp1998-12-161-3/+5
| | | | Thanks to: A friend at Sun auditing dump/restore for Solaris.
* Free memory from setmode.imp1998-12-161-2/+3
| | | | Obtained from: OpenBSD
* Use getcwd in stead of using getwd so that we try harder to avoidimp1998-12-161-2/+2
| | | | | | overflowing a buffer. Obtained from: Either OpenBSD or a discussion in bugtraq.
* Free memory obtained from setmode.imp1998-12-162-2/+4
| | | | Obtained from: OpenBSD
* Add reminder to return memory allocated by this call.imp1998-12-161-1/+10
| | | | Obtained from: OpenBSD
* The perlinterp option builds and works, but I'm not so sure how it'll gopeter1998-12-161-5/+6
| | | | in a release or buildworld environment, so I'll leave it disabled.
* Make this work with the perl5 in the source tree - the API has "evolved"peter1998-12-162-3/+7
| | | | and some code glitches had to be fixed.
* Disable build/install of boot.help until we sort out how to construct itmsmith1998-12-161-10/+10
| | | | in the makeworld environment.
* vxalloc() can return NULL. Deal with it.eivind1998-12-162-2/+6
|
* Fix possible NULL-pointer deref in error case (same as DEVFS).eivind1998-12-162-4/+4
|
* Avoid NULL-pointer dereference on error condition.eivind1998-12-151-2/+2
|
* Remove signal mask prior to calling execdillon1998-12-151-1/+2
|
* Fix a rather bad latency problem (uncovered by the recent timer commit).brian1998-12-151-2/+2
| | | | Problem reported by: Christopher Hall <hsw@acm.org>
* Add portal exampledillon1998-12-152-0/+67
| | | | PR: misc/8796
* Add pt_tcplisten.c functionality, fix a few minor bugsdillon1998-12-1521-33/+702
| | | | | PR: kern/8793, misc/8796, kern/8797, kern/8798, kern/8050, kern/6758 Submitted by: Duncan Barclay <dmlb@ragnet.demon.co.uk>
* Wrap two macros into do { ... } while (0), and fix the way they're useddes1998-12-154-22/+26
| | | | | | in the kernel. Reviewed by: bde
* Add some emacs code to make cc-mode almost compatible to style(9).cracauer1998-12-152-7/+47
| | | | Sort entries in toplevel README.
* Compile threaded proframs with -D_THREAD_SAFE, not -D_THREADSAFEcracauer1998-12-151-2/+2
|
* Oops, I forgot to commit two diffs to fe driver.kato1998-12-154-34/+6
|
* PC/AT(ISA) version and PC-98(NEC) version of if_fe drivers are merged,kato1998-12-152-2564/+4682
| | | | | | | | | | | | | | | | | | | | | | | | | | | | as well as several functional additions. (1) dot3 MIB support. (2) if_media selection method support. (3) bridge support. (4) new boards support. Supported boards are as follows. [PC/AT] * Fujitsu FMV-180 series * Allied-Telesis RE2000 series * Allied-Telesyn AT1700 series * Gateway Communications G/Ether series * UB networks Access/PC ISA series * TDK/LANX LAC-AX series * ICL EtherTeam16i series * RATOC REX-5586/5587 [PC-98] * Allied-Telesis RE1000 series * Allied-Telesis RE1000Plus/ME1500 series * Contec C-NET(9N)E series * Contec C-NET(98)P2 series * UB networks Access/PC N98C+ series * TDK/LANX LAC-98 series(not tested) Submitted by: seki@sysrap.cs.fujitsu.co.jp (Masahiro Sekiguchi) and chi@bd.mbn.or.jp (Chiharu Shibata)
* Reformat help to improve subtopic display appearance, other minormsmith1998-12-152-9/+9
| | | | | cleaning. The 'help' command in the loader should now be usable and hopefully informative.
* Build the composite help file from the generic and architecture-specificmsmith1998-12-154-4/+257
| | | | help files, sorting topics and subtopics to allow maximum flexibility.
* Fix the "Unknown HTTP error" message.des1998-12-151-3/+3
| | | | Make compile_et generate prototypes.
* Generate a prototype for initialize_XXXX_error_table() when the languagedes1998-12-151-3/+3
| | | | is set to C.
* Fixed misformatted error messages. wderror() was broken way backbde1998-12-151-3/+3
| | | | | | in rev.1.30 (just before FreeBSD-1.1R) to almost match corresponding breakage in FreeBSD-1.x's diskerr(). FreeBSD-2.x's diskerr() never had the breakage.
* Pull in new ccb_hdr list types.gibbs1998-12-154-4/+8
|
* Perform a save data pointers operation if a data transfer was performedgibbs1998-12-154-62/+277
| | | | | | | | | | | | | | | | | | in target mode, but we are not completing the command. Use a template of allowed bus arbitration phases to selectively and dynamically enable/disable initiator or target (re)selection. Properly handle timeouts for target role transactions - just go to the bus free state and report the error to the peripheral driver. Checkpoint support for the XPT_ABORT_CCB function code. This currently handles the accept tio and immediate notify ccb types, but does not handle the continue target I/O or SCSI I/O ccb types. This is enough to handle dynamic target enable/disable events. Clean up the SCSI reset code so that we perform at most 1 SCSI bus reset at initialization, the reset requested by the XPT layer.
* Enable/Disable our lun on open/close. Track resources kept at the controllergibbs1998-12-151-95/+190
| | | | | | level so they can be reclaimed before attempting to disable our lun. Correctly free descriptors. Add periph locking and spl protection around open and close.
* Wire up the XPT_ABORT and XPT_RESET_DEV ccb function codes so they cangibbs1998-12-151-5/+5
| | | | | | be delivered to controller drivers. Adjust for changes to the ccb_hdr list types in cam_queue.h
* Add definitions for TAILQ, LIST, and SLIST ccb_hdr queues.gibbs1998-12-151-3/+5
|
* Added UCLASS_CDC definitions to usb.hn_hibma1998-12-152-5/+6
|
* unlocalise build date (merge from i386)msmith1998-12-151-0/+1
|
* Add comments to code that I was trying to understand.julian1998-12-151-5/+107
| | | | | | Hopefully will save others time. Someone who understands this better might check for correctness.
* Add another modem (Psion Dacom)msmith1998-12-152-2/+14
| | | | Submitted by: "Gary Palmer" <gpalmer@FreeBSD.ORG>
* o Convert length of hccb to integer from the array. Eivind Eklundimp1998-12-151-3/+8
| | | | | | | | | pointed this out, but I've not seen a manifestation of this. o Check against 0x00 as well as 0xff for geometry register, as some clone cards don't return 0xff. Vadim Mikhailov pointed this out in PR 8743 for his Dell SCSI Array controller working in AHA-1540 emulation mode. Note that this test is likely to go away in the future in favor of a better one Justin has recommended.
* This file contains minimal instructions for the moderately clueful toimp1998-12-151-0/+15
| | | | | | | | | update their systems from prior versions of FreeBSD. It is only for November 18, 1998 and newer systems. If you have an older system, you are on your own. I'll update this from time to time, and if it shows signs of bitrot I'll kill it.
* Add "-N" option to supress reverse name lookup.billf1998-12-145-3/+12
| | | | | | | This comes in really handy when you're telneting the broken DNS server by IP. PR: bin/8698
OpenPOWER on IntegriCloud