summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove a pointless casting of a gid_t to a gid_t.phk2000-09-161-1/+1
|
* Add tr_TR timedefache2000-09-163-0/+207
| | | | Submitted by: Evren Yurtesen <yurtesen@ispro.net.tr>
* Fix a cut&paste mistake.phk2000-09-161-1/+1
|
* Call bpfattach() correctly from if_ppp.cbrian2000-09-161-0/+5
| | | | | Submitted by: Andy Adams <ala@merit.edu> PR: 18506
* Turn dkcksum() into an __inline function.phk2000-09-1614-144/+51
| | | | Change its type to u_int_16_t.
* Add canonical checks to devfs_setattr().phk2000-09-161-14/+50
|
* Welcome stdbool.h. A header file from the ANSI C99 specification.asmodai2000-09-162-2/+56
| | | | It defines the boolean values.
* Change the interface to pccard_function_init. The interface is suchimp2000-09-162-8/+17
| | | | | | | | | | | | | | | | | that it looks for an acceptible one. Once it finds it, it should set the resources for the device. I say "should" because I've not written that. Also set an ivar for the child of pccard. Minor fix to the attach message printed, we lose the slot number, which I'll have to restore later. Adjust the pccard ivar so that we can save the function that corresponds to this driver so we can enable and disable it more easily. Save a pointer to the function so we know what we're dealing with. There should be some way for the driver to specify which cfg it wants to activate. For now the pccard_function_init function just picks one, but we'll have to revisit this going forward. I'm not doing it now because I'd need some way to activate the card many times and I'm not sure that is desirable or even safe with some cards.
* Replace ${LIBMYTINFO} with warningache2000-09-161-2/+2
|
* Remove unneded -lmytinfoache2000-09-163-6/+6
|
* Remove unneded -ltermcap or -lmytinfoache2000-09-162-4/+4
|
* Remove unneded -lmytinfoache2000-09-163-6/+6
|
* Remove unneded -ltermcap or -lmytinfoache2000-09-1616-32/+38
|
* Remove unneded -lmytinfoache2000-09-161-2/+2
|
* Remove unneded -ltermcapache2000-09-162-4/+5
|
* Remove unneded -lmytinfoache2000-09-161-2/+2
|
* Add warning about laptops needing pmtimer device for proper suspend/resumeimp2000-09-161-0/+9
| | | | functionality.
* It is possible for a TCP callout to be removed from the timing wheel,jlemon2000-09-161-5/+5
| | | | | | but have a network interrupt arrive and deactivate the timeout before the callout routine runs. Check for this case in the callout routine; it should only run if the callout is active and not on the wheel.
* Remove some commented out cruft.jhb2000-09-151-7/+0
|
* - Add a new process flag P_NOLOAD that marks a process that should bejhb2000-09-155-1/+8
| | | | | ignored during load average calcuations. - Set this flag for the idle processes and the softinterrupt process.
* Add release note for netgraph enhancements/improvements.bmah2000-09-152-0/+8
| | | | Submitted by: archie
* Idle processes are always runnable, so let them state at SRUN.jhb2000-09-152-3/+1
|
* Release Giant before starting up init.jhb2000-09-151-1/+3
| | | | Submitted by: jake
* Fix typo (rc.conf -> pccard.conf).iwasaki2000-09-151-1/+1
| | | | Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
* Use driver_intr_t instead of the now defunct inthand2_t.jhb2000-09-151-1/+1
|
* examined the gateway (from the routing table) only when the addressume2000-09-151-0/+10
| | | | | | family of the gateway is AF_INET6. Submitted by: JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp>
* Add -Wmissing-prototypes.ru2000-09-154-10/+16
|
* Also coerce diff(1) into working the other way (from no-\n to \n).green2000-09-151-0/+3
| | | | | Taking out the evil warning fixed it one way, but didn't make the other way any better, so replace it with printing a single \n.
* Reserve major number 156 for uscannern_hibma2000-09-151-0/+1
|
* Correct variable check for VAR_TRY_DHCP.jkh2000-09-152-2/+2
|
* Use MTREE_FOLLOWS_SYMLINKS optionache2000-09-151-1/+1
| | | | | | This is part of whole subsystem fixing Reviewed by: imp
* Add/use MTREE_FOLLOWS_SYMLINKS make.conf optionache2000-09-153-5/+11
| | | | | | This is part of whole subsystem fixing Reviewed by: imp
* Factorize, reorganize, and move code around.dcs2000-09-152-116/+152
| | | | | | | | | | | | | | | | | | | | | | | The boot-conf and boot code had various bugs, and some of it was big, ugly, unwieldy, and, sometimes, plain incorrect. I'm just about completely replaced these ugly parts with something much more manageable. Minor changes were made to the well-factorized parts of it, to accomodate the new code. Of note: * make sure boot-conf has the exact same behavior wrt boot order as start. * Correct both boot and boot-conf so they'll work correctly when compiled in, as they both had some bugs, minor and major. * Remove all the crud from loader.4th back into support.4th, for the first time since boot-conf was first improved. Hurray! I'm fairly satisfied with the code at this time. Time to see about those man pages...
* Restore standard symlink default, return -L, remove -P, add missing -q to getoptache2000-09-152-11/+12
| | | | | | This is part of whole subsystem fixing Reviewed by: imp
* Start countdown only _after_ the kernel was loaded. Not very fair otherwise.dcs2000-09-151-4/+4
|
* Gosh. I managed to commit the wrong version of this file. Darn;markm2000-09-151-4/+4
| | | | | | I must remember not to do that again. (This fixes broken install and distribute targets)
* Merged from sys/isa/fd.c revision 1.187.kato2000-09-152-2/+10
| | | | Pointed out by: nyan
* Merged from sys/i386/isa/sio.c revision 1.314.kato2000-09-152-0/+2
|
* Merged from sys/i386/isa/clock.c revision 1.157.kato2000-09-153-21/+21
|
* Merged from sys/i386/i386/machdep.c revision 1.408.kato2000-09-152-12/+12
|
* pkg_version(1) will now distinguish between the different cases wherebmah2000-09-152-7/+16
| | | | | | | the exact relationship between an installed package and its corresponding entry in the index file can't be determined. Submitted by: Mark Ovens <marko@freebsd.org>
* Moved the fe driver from the compat section to the correct section.nyan2000-09-152-4/+4
| | | | Submitted by: sanpei
* Add sftp-serverache2000-09-151-0/+1
|
* Check to see if we actually have an interrupt descriptor and an interruptjhb2000-09-152-0/+42
| | | | | | | | thread for each interrupt that comes in. If we don't, log the event and return immediately for a hardware interrupt. For a softinterrupt, panic instead. Submitted by: ben
* Add acpi_send_pm_event() to inform all devices that the system isiwasaki2000-09-142-3/+63
| | | | | going to sleep and back from sleep. Also re-enabling some acpi registers on wakeup.
* Enforce process limit policy in one place to keep proccnt from divergingtruckman2000-09-141-2/+2
| | | | from reality.
* Add manpages acpi userland tools.iwasaki2000-09-144-4/+516
| | | | Obtained from: ACPI for FreeBSD project
* Add pmtimer instance.iwasaki2000-09-142-0/+4
|
* Add Timer device driver for power management events.iwasaki2000-09-146-160/+154
| | | | | | | | | | | | | | | | The code for suspend/resume is derived from APM device driver. Some people suggested the original code is somewhat buggy, but I'd like to just move it from apm.c without any major changes for the initial version. This code should be refined later. To use pmtimer to adjust time at resume time, add device pmtimer in your kernel config file, and add hint.pmtimer.0.at="isa" in your device.hints Reviewed by: -current, bde
* Grab the scheduler lock before calling setrunqueue() and mi_switch().jhb2000-09-141-0/+2
|
OpenPOWER on IntegriCloud