summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Implemented kernel side of MNT_NOATIME mount option. This option disablesdg1996-09-034-13/+20
| | | | | | the file access time update on reads and can be useful in reducing filesystem overhead in cases where the access time is not important (like Usenet news spools).
* allow a new loopback route to overwrite an old one..julian1996-09-031-5/+10
| | | | this allows the atalkd to be restarted.. a better fix will come later.
* Fix my typo here from last commit.peter1996-09-021-5/+5
| | | | | | (same bug on both US and internat version) Submitted by: Juha Inkari <inkari@cc.hut.fi>
* Add ${DPADD}, $Id$peter1996-09-021-0/+2
|
* Set ${DPADD}, use +=, add $Id$peter1996-09-021-1/+4
|
* Correct previous Orion specific fix: The configuration registerse1996-09-021-2/+2
| | | | access function always returns a DWORD aligned DWORD ...
* Add preliminary support for the Orion PCI chip set. It is special in these1996-09-023-45/+157
| | | | | | | | | | | | | | | | way it attaches multiple PCI buses directly to the CPU, instead of having them hanging off from PCI to PCI bridges. This code is a hack, and will be obsoleted by the planned rework of the PCI code, which will change the dealing with PCI to PCI bridges and other special devices significantly. The patch also adds a kern_devconf entry for PCI bus 0 which is assumed to be a child of cpu0. The new PCI code will make it possible to hand out the kern_devconf structure to a pci device being attached, since this is (regretably, IMHO) required by a few ISA devices. Finally there are new PCI ids for some Intel chip set devices, which had already been known to 2.1.5R, but did not make it into -current. This closes "kern/1558: PCI probe seems to have lost a device in -current".
* Add cfree,phk1996-09-024-4/+24
| | | | Move to usr/lib/compat
* Add support for shlibs in /usr/lib/compat that the linker will not findphk1996-09-022-2/+5
| | | | at compile time, but ldd will at runtime.
* Bugfix and simplification for rev 1.34: make sure that the routefenner1996-09-021-16/+6
| | | | | | is non-null before trying to delete it in rt_setgate(), which then allows removal of the special-case code from the RTM_ADD case. This should fix the panics that joerg and Phil Karn have been seeing.
* Move daemon from group 31 to group 1ache1996-09-011-1/+1
| | | | | One of the reasons: rwhod not work, because it got 1,31 instead of 1,1 on setuid(1) and require group 1 for directory access
* Describe current behaviour (_POSIX_SAVED_IDS are ON),ache1996-09-011-2/+12
| | | | | | | traditional BSD4.4 behavior (_POSIX_SAVED_IDS are OFF) was described before. Add some hooks to easily change this text when POSIX_SAVED_IDS model will be changed.
* Conditionalize POSIX saved ids code on _POSIX_SAVED_IDS defineache1996-09-011-4/+22
|
* Fixed a couple of bugs in the mousepointer code.sos1996-09-016-699/+894
| | | | | Changed update strategy slightly. Make set_mode & copy_font externally visible.
* install rpc header filesadam1996-09-011-1/+4
|
* Fix to work with obj directories: -I. -> -I${.CURDIR}wosch1996-09-011-2/+2
| | | | Submitted by: Bruce
* Add Steve Price for his merge of 4.4-Lite2 sh source.alex1996-09-011-1/+2
|
* Change an splstatclock that should be an splhigh into an splhigh.dg1996-09-011-2/+2
| | | | Reviewed by: bde
* oops, I didn't mean for the unconditional DEBUG code to go in, it's beenpeter1996-09-012-5/+5
| | | | | off in FreeBSD for some time. I realised this a few seconds after the commit started..
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is apeter1996-09-0172-2040/+2136
| | | | | | | | | | | | | | merge of parallel duplicate work by Steve Price and myself. :-] There are some changes to the build that are my fault... mkinit.c was trying (poorly) to duplicate some of the work that make(1) is designed to do. The Makefile hackery is my fault too, the depend list was incomplete because of some explicit OBJS+= entries, so mkdep wasn't picking up their source file #includes. This closes a pile of /bin/sh PR's, but not all of them.. Submitted by: Steve Price <steve@bonsai.hiwaay.net>, peter
* Change an splclock that needs to be an splhigh into an splhigh.dg1996-09-013-6/+6
| | | | Reviewed by: bde
* Simplify some dialogs on the basis of my changes to ui_objects.c in libdialog.jkh1996-09-015-158/+43
| | | | Also update copyright notices.
* Collapse some common arrow key handling semantics from sysinstall intojkh1996-09-011-0/+7
| | | | PollObj(), simplifying code which uses it.
* If the basemem value supplied by the bootblocks, differs from the valuenate1996-09-012-12/+66
| | | | | | | | | | | returned by the RTC, use the bootblock supplied value. Also, map the 'stolen by BIOS' memory in the same manner as the ISA-hole memory, since it is really an extenstion of the BIOS. This is necessary for 32-bit BIOS functions such as APM support on laptops, and the loss of memory for non-necessary functions seems to be at most 4k. Reviewed by: phk Obtained from: email conversation with jtk@atria.com
* Unlocalize dateache1996-09-011-2/+2
|
* Unlocalize dateache1996-09-011-2/+2
|
* optimized search algorithmwosch1996-08-315-121/+957
| | | | | | | | | | | | | faster IO due mmap(2) [-m | -s] better error check for damaged databases support for databases in network byte order (SunOS/sparc) optional case insensitve search [-i] optional multiple databases optional multiple pattern new enviroment variable LOCATE_PATH for database(s) [-S] print some statistic about the database [-l number] limit output to number file names [-c] suppress normal output; instead print a count of matching file names
* Allow proper ftp verbosity with a new -v flag.jkh1996-08-312-8/+13
|
* Intelligently cache previous connection to host if we can stilljkh1996-08-311-10/+32
| | | | | | | use it. Correct a typo bogon that had REST mistyped as RETR. No wonder fetch's restart command didn't work! :-(
* Fix the visibility of the sysctl variables.alex1996-08-311-5/+5
| | | | Submitted by: phk
* Because 'ipfw flush' is such a dangerous command (given that mostnate1996-08-312-8/+42
| | | | | | | | | | | | | | firewalls are remote, and this command will kill the network connection to them), prompt the user for confirmation of this command. Also, add the '-f' flag which ignores the need for confirmation the command, and if there is no controlling tty (isatty(STDIN_FILENO) !=0) assume '-f'. If anyone is using ipfw flush in scripts it shouldn't affect them, but you may want to change the script to use a 'ipfw -f flush'. Reviewed by: alex
* cpu_boot() always returns, so don't declare it as __dead*.bde1996-08-311-2/+2
|
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.bde1996-08-3114-35/+37
|
* s/pc98/isa/g in struct *_device and *_driver. Resync along the way.asami1996-08-3133-833/+261
| | | | Submitted by: The FreeBSD(98) Development Team
* NULL -> '\0'wosch1996-08-312-12/+12
| | | | Submitted by: Bruce, see also c-faq 5.6 and 5.9
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-3116-84/+85
| | | | pointers of type `void *'. Warn about this in future.
* Fixed a missing colon in `notyet' code.bde1996-08-311-1/+1
|
* Listed all the environment variables (MACHINE and PWD were missing).bde1996-08-311-4/+27
| | | | | | | | Documented PWD. MACHINE and MAKEOBJDIR are are still undocumented except in main.c. I will be changing MAKEOBJDIR back to its old behaviour so that the comment in main.c actually applies. Removed irrelevant misformatted text about make's name being argv[0].
* add forgotten share/doc/smm/10.namedwosch1996-08-311-1/+3
|
* wow we can even make net ranges go away now (how sophisticated!)julian1996-08-311-55/+44
|
* fix printing of netranges in the i and r displays for netatalkjulian1996-08-312-6/+41
|
* 77 cyy Cyclades Ye/PCI serial cardjkh1996-08-312-2/+4
|
* Add code to automaticall support subnets on ethertalk networksjulian1996-08-313-105/+68
| | | | | | | Subnets are represented in the routing table as a set of binary routing nets using the standard netmask algorythm. The code produces the minimum possible set of standard netmasks and net addresses to be able to represent a given netrange.
* 'make install' is not supposed to touch anything.peter1996-08-301-2/+2
|
* - cosmetic change to 'make world'peter1996-08-301-4/+33
| | | | | - do an explicit 'make all' in include/rpcsvc in 'make includes' as a 'make install' is not supposed to build anything.
* missed these parts of Bruce's changes last time..peter1996-08-302-5/+3
| | | | Submitted by: bde (again :-)
* - libc self contained again.peter1996-08-301-6/+7
| | | | - sync up source files with main libc
* consistancy fixuppeter1996-08-302-5/+5
| | | | Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
* Sigh, back out the last bright idea I had here about compiling the res_*peter1996-08-309-2/+3633
| | | | | | | | routines from contrib/bind directly. There were too many problems, including having to add -DUSE_OPTIONS_H to the entire libc source in order for the contrib code to pick up it's options, and so on. Instead, I've merged the changes, libc is now self contained again.
* pick up the resolver sources from contribadam1996-08-301-0/+1
|
OpenPOWER on IntegriCloud