summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug overwriting random data when Van Jacobsen header compressionhm2001-01-121-11/+21
| | | | | was used with the isp/isppp driver. Submitted by: Sergio de Souza Prallon <prallon@tmp.com.br>
* Change return ??? to return -1 in some #if 0'ed code.jake2001-01-127-14/+14
|
* Remove declaration of airq variable from outer block. There were twobmilekic2001-01-123-3/+3
| | | | | | declarations of a variable of the same name. The one in the outer block was unused and probably just slipped in at one point or another. This silences a compiler warning.
* Remove unused per-cpu variables inside_intr and ss_eflags.jake2001-01-1211-16/+0
|
* Prototype inet_ntoa_r and thereby silence a warning from GCC. The functionbmilekic2001-01-121-0/+1
| | | | is prototyped immediately under inet_ntoa, which is also from libkern.
* Remove useless include of sys/mbuf.h (no longer useful since thebmilekic2001-01-122-2/+0
| | | | mbuf subsystem init was moved to a better place).
* Convert all instances of:benno2001-01-1212-12/+12
| | | | | | | | | | | | | | | #include "quad.h" to: #include <libkern/quad.h> as the former breaks under a kernel build. This change had already been performed on the files that were used in other kernel builds, however the PowerPC kernel build seems to require some that weren't being used. Reviewed by: obrien, peter
* Spell declarations correctly.steve2001-01-122-2/+2
|
* Catch up to the name changes in the hwvol API.jhb2001-01-111-4/+4
|
* - Move all of the hwvol functions into a mixer_hwvol_* namespace, and makejhb2001-01-113-15/+21
| | | | | | | | | | | all of the hwvol members of struct snd_mixer live in a hwvol_* namespace. - When changing the mixer device via the hwvol_mixer sysctl, reset the muted state so that a mute operation on a new device won't try to unmute the new device with the old device's saved volume. - When the volume is muted, if a down or up volume request is received, first restore the saved volume level and then adjust it. Reviewed by: cg
* Woops, use the SYSCTL_STATIC_CHILDREN() macro instead of manuallyjhb2001-01-111-2/+2
| | | | expanding it for _hw_snd.
* remove debug sysctljulian2001-01-111-1/+4
| | | | slight tweek to hook removal. (or is that tweak?)
* Add manual for ray driver.dmlb2001-01-112-1/+408
| | | | Reviewed by: ru
* MF4: Allow the build process to continue even if crunchgen returns an error.joe2001-01-111-1/+1
| | | | Most crunchgen errors are non-fatal.
* Make hook deletion SMP safe.julian2001-01-111-52/+88
|
* Add the us.pc-ctrl and us.unix keymaps.obrien2001-01-113-3/+3
|
* man(7) -> mdoc(7).ru2001-01-115-681/+845
|
* Add an exported function ng_rmhook_self() that removes a hookjulian2001-01-113-7/+106
| | | | | | | | from a node, but does it via the locking queue, thus ensuring that the node is locked when it's hook is removed. Add 'deadnode' and 'deadhook' structures for when a node or hook is invalidated but not yet freed. (not yet freed)
* Another brian fix, luckily not in live code.julian2001-01-112-4/+3
|
* Add support to name cards supported by the itjc driverhm2001-01-111-6/+5
| | | | Submitted by: Sergio de Souza Prallon <prallon@tmp.com.br>
* Fix uninitialised pointer.julian2001-01-111-0/+1
| | | | Found by: Brian Sommers
* Add itjc ISDN hardware driverhm2001-01-112-8/+24
|
* Add infrastructure for the itjc ISDN hardware driverhm2001-01-111-1/+10
| | | | Submitted by: Sergio de Souza Prallon <prallon@tmp.com.br>
* - Remove compatibility macros for accessing per-cpu variables.jake2001-01-1110-318/+33
| | | | | | | __FreeBSD_version 500015 can be used to detect their disappearance. - Move the symbols for SMP_prvspace and lapic from globals.s to locore.s. - Remove globals.s with extreme prejudice.
* Add the ISDN itjc hardware driver. This driver supports the NETJet-S cardshm2001-01-118-9/+3942
| | | | | | | | | | from Traverse Technology and also the Teles PCI-TJ cards both based on the chipset combination of the Siemens ISAC and the TJNet Tiger300/320 chips. The itjc/i4b_hdlc.h file will hopefully soon be merged with the file /usr/src/sys/i4b/layer1/i4b_hdlc.h. Submitted by: Sergio de Souza Prallon <prallon@tmp.com.br>
* Add infrastructure to support the ISDN itjc hardware driver.hm2001-01-112-14/+14
| | | | Submitted by: Sergio de Souza Prallon <prallon@tmp.com.br>
* Update the ihfc driver with a patch from the author. He writes: This patchhm2001-01-114-50/+84
| | | | | | | | | enables the driver to work on current (I have not tested the isa part fully, but I suppose it should work). The patching from jlemon caused a crash at probe time. This is probably my fault not having added a comment for "RESET_SOFT" saying: "this resets all!". Submitted by: Hans Petter Selasky <hselasky@c2i.net>
* Fix a small typodougb2001-01-111-1/+1
|
* Add a system to save entropy from /dev/random periodically so thatdougb2001-01-117-10/+129
| | | | | | | | | | | | | | | | | | it can be used to reseed at boot time. This will greatly increase the chances that there will be sufficient entropy available at boot time to prevent long delays. For /etc/rc, remove the vmstat and iostat runs from the attempt to provide some cheesy randomness if the files fail, since those programs are dynamically linked, and ldd seems to want some randomness to do its magic. Guidance and parameters for this project were provided by Mark Murray, based on the requirements of the Yarrow algorithm. Some helpful suggestions for implementation (including the tip about iostat and vmstat) were provided by Sheldon Hearn. All blame for problems or mistakes is mine of course.
* Fixed the ``undesirable hyphenation'' problem, most noticeable with Xr.ru2001-01-111-4/+16
| | | | Obtained from: mdocNG
* Fixed the bug in D1 macro where it would eat its first (text) argument.ru2001-01-111-14/+2
| | | | Obtained from: mdocNG
* mdoc(7) police: formatting fixes.ru2001-01-111-32/+52
|
* Unbreak compilation.archie2001-01-112-2/+2
|
* Add portmap as a dependency for NIS client and server.bsd2001-01-111-0/+2
| | | | Requested by: gallatin
* Style improvements for last fix. Should be functionally the same.dwmalone2001-01-111-19/+19
| | | | Submitted by: bde
* Only free items that are not already free or passed to other nodes.julian2001-01-101-1/+2
| | | | Clever work by: Brian Sommers (Brian@freeBSD.org)
* Changes to stop zombie nodes showing up in active node lists.julian2001-01-101-21/+34
| | | | Also some changes resulting from debug work done earlier.
* Fix so that the netmask is displayed correctly when it does notabial2001-01-101-4/+9
| | | | | | | | | | consist of contiguous bits in little endian format. Before the fix the netmask of 0xfffffff0 (0xf0ffffff in little endian format) was displayed /24 instead of /28. Also, add a missing include. Submitted by: Maxime Soule <Maxime.Soule@IPricot.com>
* lmc_ifup() was not checking the state of the interface. This wouldarchie2001-01-101-3/+8
| | | | | | | | | cause the watchdog to (incorrectly) detect the interface state going from down to up one second after lmc_ifup() was called, causing lmc_ifup() to be called again, and resetting everything. Fix by checking the interface state within lmc_ifup(). Submitted by: Darren Croke <djc@packetdesign.com>
* Reformat to be a bit closer to style(9).abial2001-01-101-26/+26
|
* Fix breakage after moving from struct proc/eproc to kinfo_proc.abial2001-01-101-19/+15
|
* Reinstate 1.19.grog2001-01-101-2/+3
| | | | Prodded by: iedowse
* New option -m to select multisession mode.sos2001-01-102-92/+190
| | | | | | | | | | | | | | | | WARNING: until now all disks was closed as multisession disks, this is no longer the case, if the -m option isn't used disks are closed as singlesession. The reason is that some drives wont close a disk with one large image on in multisession mode, probably because it "knows" that a new session wont fit on the media resonably. Also update burncd with new stuff from various places that I've collected and modified to my taste, its actually amasing how many thinks up the same enhancements (none mentioned none forgotten): Allow '-' to be used as filename for using stdin. Add 'l' option to take a list of image files from 'filename'
* Disable strstr() if ACPICA is compiled in userland.iwasaki2001-01-102-0/+4
| | | | Reviewed by: msmith
* Add session argument to *close_disk, allowing to set session type on fixate.sos2001-01-1015-61/+54
| | | | | | Add support for different blank/erase types. Update headers.
* Add session argument to *CLOSEDISK, allowing to set session type on fixate.sos2001-01-101-4/+7
| | | | Add defines for the different blank/erase types.
* Have rpcgen actually tell us what cpp it is looking for (as it would if weobrien2001-01-101-1/+1
| | | | were SVR%).
* - Add #defines for the symbol names of the kernel interrupt, systemjake2001-01-102-58/+94
| | | | | | | | | | call and trap entry points so they're easy to find and change - Use the cpuhead and allcpu list to locate globaldata for the current cpu, rather than SMP_prvspace or __globaldata - Use offsets into struct globaldata directly to find per-cpu variables, rather than symbols in globals.o Glanced at by: peter
* Enable fixed event at not only boot but also wakeup.iwasaki2001-01-101-13/+33
| | | | Reported and patch tested by: Peter Dufault <dufault@hda.hda.com>
* Bump __FreeBSD_version for libgcc/linking changes.obrien2001-01-101-1/+1
|
OpenPOWER on IntegriCloud