summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Convert ipfw to use opt_ipfw.hgpalmer1996-06-123-4/+11
|
* Since the updates to ifnet.if_lastchange are so rare (relativelygpalmer1996-06-125-17/+17
| | | | | | | speaking), go for the extra accuracy and call microtime() to get the current time. Pointed Out By: bde
* Fix broken sysinstall check.jkh1996-06-121-2/+7
|
* Dispense with the special case handling of cuaa* devices by synthesizingjkh1996-06-1210-171/+195
| | | | separate entries for sl0 and ppp0 on each device.
* Automatically add install.sh scripts to dists.jkh1996-06-122-1/+10
|
* Externalize the declaration of dc_list. This is required in order tojoerg1996-06-123-5/+6
| | | | get a ``generic'' kernel (``config kernel swap generic'') to compile.
* Some stuff I left out of the last commit - make toggle options togglejkh1996-06-129-66/+162
| | | | again instead of simply letting you set them and staying that way forever.
* Fix a truly stupid bug which broke the package installation menujkh1996-06-1216-33/+183
| | | | | for everything _but_ the multi-user case now (it was the opposite before :-). That means adding packages with the 2.2-960511-SNAP boot floppy is busted. Feh.
* handle a message box which can potentially go past 80 cols.jkh1996-06-122-4/+4
|
* Fix a very significant cnt.v_wire_count leak in vm_page.c, and somedyson1996-06-123-9/+14
| | | | minor leaks in pmap.c. Bruce Evans made me aware of this problem.
* Add -Wunused to try and catch any future offendersgpalmer1996-06-123-6/+6
| | | | Reviewed by: bde
* Clean up -Wunused warnings.gpalmer1996-06-12103-412/+299
| | | | Reviewed by: bde
* Clean up -Wunused warnings. Julian asked me to just ifdefgpalmer1996-06-123-47/+29
| | | | | | out unused code as this is still work in progress. Reviewed by: bde
* Clean up -Wunused warnings. Also clean up a -Winline warning while here.gpalmer1996-06-121-40/+41
| | | | Reviewed by: bde
* Clean up -Wunused warnings.gpalmer1996-06-122-18/+14
| | | | Reviewed by: Greg Ungerer <gerg@stallion.oz.au>
* Fix some serious errors in vm_map_simplify_entries.dyson1996-06-121-6/+7
|
* Add ccd.asami1996-06-122-4/+4
|
* This commit was generated by cvs2svn to compensate for changes in r16314,asami1996-06-122-0/+34
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * A Makefile for a ccd lkm. You need to explicitly /sbin/modload it forasami1996-06-122-0/+34
| | | | now. Someday I'll add a hook to ccdconfig to do it automatically.
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-1220-80/+223
| | | | | | | | process won't possibly block before filling in the fsnode pointer (v_data) which might be dereferenced during a sync since the vnode is put on the mnt_vnodelist by getnewvnode. Pointed out by Matt Day <mday@artisoft.com>
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-122-8/+22
| | | | | | process won't possibly block before filling in the fsnode pointer (v_data) which might be dereferenced during a sync since the vnode is put on the mnt_vnodelist by getnewvnode.
* Fixed GET/SETIPDOMAIN ioctl on /dev/socksys, which is used by variousnate1996-06-121-2/+90
| | | | | | other socket functions (gethostname() for one). Reviewed by: sef
* Properly lock the vm space when accessing the memory in a process. Thisdyson1996-06-112-4/+28
| | | | | fix could solve some "interesting" problems that could happen during process rundown.
* Change the symbol name used in the last commit from USRSTACK todyson1996-06-111-1/+1
| | | | | VM_MAXUSER_ADDRESS. Even though they are the same, the new name is more descriptive.
* Fix a couple of minor typos. Closes PR 1309.alex1996-06-111-3/+3
| | | | | Reviewed by: alex Submitted by: jraynard
* Get rid of the unneeded upper address space.dyson1996-06-111-2/+2
|
* Submitted by: richrich1996-06-111-1/+21
| | | | Added my PGP key to the handbook.
* Code cleanup:jraynard1996-06-113-9/+9
| | | | | | | | Fixed a couple of nitpick warnings, plus one that slipped through the net earlier. This directory now compiles without any warnings with -Wall! (Until the next gcc upgrade...)
* Cosmetic fixes for drive names which are 4 chars long.jkh1996-06-114-11/+13
| | | | Submitted-By: Joe Greco <jgreco@ns.sol.net>
* Move warning messages under bootverbosepst1996-06-115-20/+40
|
* Put clock calibration #defines in opt_clock.h to ease reconfigurationpst1996-06-117-7/+20
|
* Update for the next SNAP.jkh1996-06-112-10/+21
|
* Put in a strategic dialog_clear() to prevent screen corruption reportedjkh1996-06-113-3/+6
| | | | by Joerg.
* Change some verbiage slightly.jkh1996-06-113-6/+9
|
* A slight error in my logic had me using color text attributes on Herculesjkh1996-06-113-6/+6
| | | | monochrome displays. Whoops! Fix.
* Misc doc cleanup.jkh1996-06-115-33/+40
|
* Come up with a scheme for stamping the FreeBSD version number on CDs,jkh1996-06-114-12/+79
| | | | | | | allowing sysinstall to automagically detect, mount and select an appropriate FreeBSD CDROM as the installation media. Defining "appropriate" also requires that you check the version numbers since an older FreeBSD CD could be in the drive, which is the purpose of this patch.
* Detach the device at shutdown.alex1996-06-112-12/+8
| | | | | Add a prototype for ed_attach_NE2000_pci (this really belongs somewhere else, but where?).
* Add $Id$gpalmer1996-06-101-0/+2
|
* Change the use if ifnet.if_lastchange to be more in line withgpalmer1996-06-1011-35/+42
| | | | | SNMP requirements. Update description of ifnet.if_lastchange in if.h to indicate this.
* Add Estonia to mirrors.jkh1996-06-101-1/+14
|
* better appletalk support.julian1996-06-103-41/+98
|
* Code cleanup:jraynard1996-06-109-21/+37
| | | | | | | | | | | | | | | | 1. Added missing function prototypes. 2. Added missing function return types. 3. Added missing function argument types. 4. Added missing headers for system function prototypes. 5. Corrected format specifier in printf(). 6. Added extra parentheses around assignment used as truth value. 7. Added missing "default" cases in switch statements. 8. Added casts for function pointers. 9. Did *not* change int declarations of uid and gid to uid_t/gid_t because I don't know if that would affect the protocol. Put in explicit casts to int instead, to make things more obvious. 10. Moved declarations of variables that are only used if YP is defined inside the '#ifdef YP' conditionals.
* Implemented 'kern_sysctl', which differs from 'userland_sysctl' in thatnate1996-06-102-6/+65
| | | | | | | | | | | | it assumes all of the data exists in the kernel. Also, fix sysctl_new-kernel (unused until now) which had reversed operands to bcopy(). Reviewed by: phk Poul writes: ... actually the lock/sleep/wakeup cruft shouldn't be needed in the kernel version I think, but just leave it there for now.
* nitpicks.phk1996-06-102-1/+6
| | | | | Reviewed by: phk Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* typo.phk1996-06-101-1/+1
| | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* Update man to tell that <sys/types.h> is needed.phk1996-06-101-0/+1
| | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* We are developing a device driver of Smart Capture Card.phk1996-06-102-2/+4
| | | | | | | | | | | | | | | | | Smart Capture Card is a kind of video capture card, PCMCIA type II, and made by IBM Japan co.. Unfortunately, it is sold in Japan now. The device driver is working on the latest pccard-test package by Tatsumi HOSOKAWA and bsd-nomads. Some applications are also working. For example, xscc is a video moniter client on X-window, vic-2.7b2 is a video conference tool. We have a contract with IBM Japan. From the contract, we cannot release the source code exept the permit of IBM Japan. But I think they will permit us in few weeks. Reviewed by: phk Requested by: ohashi@mickey.ai.kyutech.ac.jp (Takeshi OHASHI)
* *blush* I used EXTRAVNODES everywhere else, but put EXTRA_VNODES in thepeter1996-06-103-6/+6
| | | | example here.. :-(
* Remove extraneous '+' that looks like it was left in by mistake. Thiswpaul1996-06-101-2/+2
| | | | | | module compiles now. Reported by: Stephen Hocking
OpenPOWER on IntegriCloud