]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
20 years agoFix slight disordering of supported cards.
imp [Sat, 27 Dec 2003 18:07:50 +0000 (18:07 +0000)]
Fix slight disordering of supported cards.

20 years agoAdd acpi_thermal manual page,
takawata [Sat, 27 Dec 2003 16:25:11 +0000 (16:25 +0000)]
Add acpi_thermal manual page,
because I asked about the unit of thermal
zone-related value too freqently.
Come on, mdoc police.

20 years agoStop "fortune -l" from looping forever.
ceri [Sat, 27 Dec 2003 16:04:41 +0000 (16:04 +0000)]
Stop "fortune -l" from looping forever.

PR: bin/58730
Submitted by: pak <pak@cns.utoronto.ca>

20 years agoo use .Nm
brueffer [Sat, 27 Dec 2003 16:00:42 +0000 (16:00 +0000)]
o use .Nm
o fix language usage

MFC after: 5 days

20 years agoAdd missing word
brueffer [Sat, 27 Dec 2003 15:46:30 +0000 (15:46 +0000)]
Add missing word

20 years agoo add missing sysctl to synopsis
brueffer [Sat, 27 Dec 2003 15:45:08 +0000 (15:45 +0000)]
o add missing sysctl to synopsis
o remove some useless words
o fix spelling

MFC after: 5 days

20 years agoo add reference to safe.4
brueffer [Sat, 27 Dec 2003 15:40:47 +0000 (15:40 +0000)]
o add reference to safe.4
o remove useless word

MFC after: 5 days

20 years agoo Grammar fix
brueffer [Sat, 27 Dec 2003 15:38:08 +0000 (15:38 +0000)]
o Grammar fix
o Add missing punctuation

20 years agoGrammar fixes
brueffer [Sat, 27 Dec 2003 15:35:09 +0000 (15:35 +0000)]
Grammar fixes

20 years agoo grammar fixes
brueffer [Sat, 27 Dec 2003 15:30:49 +0000 (15:30 +0000)]
o grammar fixes
o FireWire.4 -> firewire.4
o wordsmithing

MFC after: 5 days

20 years agoo grammar fixes
brueffer [Sat, 27 Dec 2003 15:14:58 +0000 (15:14 +0000)]
o grammar fixes
o wordsmithing
o sort references

MFC after: 5 days

20 years agoAdd reference to safe.4
brueffer [Sat, 27 Dec 2003 15:00:07 +0000 (15:00 +0000)]
Add reference to safe.4

MFC after: 5 days

20 years agoCorrect compilation with "#define really_paranoid".
ceri [Sat, 27 Dec 2003 14:58:00 +0000 (14:58 +0000)]
Correct compilation with "#define really_paranoid".

PR: bin/59674
Submitted by: Vaclav Rehak <vasek@zoom-int.cz>

20 years agoo Fix a comment: softticks lives in sys/kern/kern_timeout.c.
maxim [Sat, 27 Dec 2003 14:08:53 +0000 (14:08 +0000)]
o Fix a comment: softticks lives in sys/kern/kern_timeout.c.

PR: kern/60613
Submitted by: Gleb Smirnoff
MFC after: 3 days

20 years agoExpanded the comment about the -F flag.
bde [Sat, 27 Dec 2003 14:02:52 +0000 (14:02 +0000)]
Expanded the comment about the -F flag.

Fixed a nearby style bug (unreachable break).

20 years agoImprove continuity of text.
jkoshy [Sat, 27 Dec 2003 14:01:08 +0000 (14:01 +0000)]
Improve continuity of text.

20 years agoUse __printflike() and __dead2 instead of hard-coded gccisms.
bde [Sat, 27 Dec 2003 13:54:02 +0000 (13:54 +0000)]
Use __printflike() and __dead2 instead of hard-coded gccisms.

Declare perror().  We define and use a home made version of perror(3)
that can't simply be removed (although it has the same interface as
perror(3)) since it is very different (it prints on stdout, doesn't
always print the program name, and sometimes exits).  Declare it to
get a reminder of this brokenness when WARNS is increased enough.

20 years agoGarbage-collected hotroot, rawname() and unrawname() again. These
bde [Sat, 27 Dec 2003 13:29:49 +0000 (13:29 +0000)]
Garbage-collected hotroot, rawname() and unrawname() again.  These
became garbage when block devices were axed and were removed a few
months later, but they came back (with hotroot renamed to hot + hotroot())
when the NetBSD fsck was mismerged.

20 years agofsck_msdosfs/main.c:
bde [Sat, 27 Dec 2003 13:08:55 +0000 (13:08 +0000)]
fsck_msdosfs/main.c:
- Don't use errexit() to (mis)implement usage().  Using errexit() just
  gave the bogus exit code 8.
- Fixed 3 other style bugs in usage().

fsck/fsutil.[ch]:
- Garbage-collected errexit().  It is essentially just one of NetBSD's
  fsck_ext2fs error printing functions, but we don't have fsck_ext2fs
  and the function is unsuitable for use there too (since pfatal() is
  also used and it printf to a different stream).

20 years agoFixed style bugs in rev.1.12 (unsorting of prototypes by adding new ones
bde [Sat, 27 Dec 2003 10:30:43 +0000 (10:30 +0000)]
Fixed style bugs in rev.1.12 (unsorting of prototypes by adding new ones
at the end).

Fixed some older style bugs (missing parameter names in all the kernel
prototypes except the ones added in rev.1.12).

20 years agoClean up the style of the previous commit, and fix a few
silby [Sat, 27 Dec 2003 09:02:31 +0000 (09:02 +0000)]
Clean up the style of the previous commit, and fix a few
type mismatches as well.

Suggested by: bde

20 years agoTeach netstat to read and display the new sfbuf statistics.
silby [Sat, 27 Dec 2003 07:58:31 +0000 (07:58 +0000)]
Teach netstat to read and display the new sfbuf statistics.

20 years agoTrack current and peak sfbuf usage, export the values via sysctl.
silby [Sat, 27 Dec 2003 07:52:47 +0000 (07:52 +0000)]
Track current and peak sfbuf usage, export the values via sysctl.

20 years agoFixed style bugs in previous commit (unsorting of declarations and poor
bde [Sat, 27 Dec 2003 06:44:32 +0000 (06:44 +0000)]
Fixed style bugs in previous commit (unsorting of declarations and poor
wording in a comment).

20 years agoFixed quoting of `clean'.
bde [Sat, 27 Dec 2003 06:30:14 +0000 (06:30 +0000)]
Fixed quoting of `clean'.

Obtained from: fsck_ffs.8

20 years agoFixed some style bugs in previous commit (mainly highly non-KNF indentation).
bde [Sat, 27 Dec 2003 06:21:44 +0000 (06:21 +0000)]
Fixed some style bugs in previous commit (mainly highly non-KNF indentation).

20 years agoFixed style bugs in previous commit (unsorting of the global declarations
bde [Sat, 27 Dec 2003 05:57:20 +0000 (05:57 +0000)]
Fixed style bugs in previous commit (unsorting of the global declarations
and addition of a tab to a blank line).

20 years ago - Reduce Giant's scope in vm_fault().
alc [Fri, 26 Dec 2003 23:33:37 +0000 (23:33 +0000)]
 - Reduce Giant's scope in vm_fault().
 - Use vm_object_reference_locked() instead of vm_object_reference()
   in vm_fault().

20 years agoMinor correction to revision 1.258: Use the proc pointer that is passed to
alc [Fri, 26 Dec 2003 21:54:45 +0000 (21:54 +0000)]
Minor correction to revision 1.258: Use the proc pointer that is passed to
vm_map_growstack() in the RLIMIT_VMEM check rather than curthread.

20 years agoFix all cases of unintended word doublings (the the, and and, ...) and a
schweikh [Fri, 26 Dec 2003 21:32:47 +0000 (21:32 +0000)]
Fix all cases of unintended word doublings (the the, and and, ...) and a
few typos.

20 years agoFix percentages by using long long to hold values for 'space',
alfred [Fri, 26 Dec 2003 18:47:41 +0000 (18:47 +0000)]
Fix percentages by using long long to hold values for 'space',
overflow was breaking a bunch of the stats, specifically the
percentage displayed for wired memory.

Fix the output for current/peak/max lines, I forgot to output the types.
161/320/51200 (current/peak/max):
-to-
639/25696/51200 mbufs in use (current/peak/max):

20 years agoDon't truncate the interface name in ifunit(). It's now possible to query
green [Fri, 26 Dec 2003 18:09:35 +0000 (18:09 +0000)]
Don't truncate the interface name in ifunit().  It's now possible to query
"very long interface names", e.g.:
ndis_atheros0: flags=8847<UP,BROADCAST,DEBUG,RUNNING,SIMPLEX,MULTICAST> mtu 1500

20 years agoForced commit to note that my previous commit was a Darwin merge.
trhodes [Fri, 26 Dec 2003 17:24:37 +0000 (17:24 +0000)]
Forced commit to note that my previous commit was a Darwin merge.

20 years agoMake msdosfs support the dirty flag in FAT16 and FAT32.
trhodes [Fri, 26 Dec 2003 17:19:19 +0000 (17:19 +0000)]
Make msdosfs support the dirty flag in FAT16 and FAT32.
Enable lockf support.

PR: 55861
Submitted by: Jun Su <junsu@m-net.arbornet.org> (original version)
Reviewed by: make universe

20 years agoyou have to use 'install' subcommand instead of '-c' option
ume [Fri, 26 Dec 2003 17:10:58 +0000 (17:10 +0000)]
you have to use 'install' subcommand instead of '-c' option

Obtained from: KAME

20 years agoCreate a separate kthread that executes sched_cpu() once a second. Because
jhb [Fri, 26 Dec 2003 17:07:29 +0000 (17:07 +0000)]
Create a separate kthread that executes sched_cpu() once a second.  Because
sched_cpu() locks an sx lock (allproc_lock) which can sleep if it fails to
acquire the lock, it is not safe to execute this in a callout handler from
softclock().

20 years agowhen no source-address-selection policy is installed, not scan
ume [Fri, 26 Dec 2003 17:04:44 +0000 (17:04 +0000)]
when no source-address-selection policy is installed, not scan
the sysctl MIB, as it leads to an unnecessary sysctl error.

Obtained from: KAME

20 years agoIt is not the job of this manual page to list 'supported chipsets'.
trhodes [Fri, 26 Dec 2003 16:05:45 +0000 (16:05 +0000)]
It is not the job of this manual page to list 'supported chipsets'.

PR: 60575
Submitted by: Andreas Möller

20 years agoRemove another instance of 'disklabel' which eluded me last time.
trhodes [Fri, 26 Dec 2003 16:00:35 +0000 (16:00 +0000)]
Remove another instance of 'disklabel' which eluded me last time.

Noticed by: Andre Guibert de Bruet <andy@siliconlandmark.com> (via -doc)

20 years agoFix acpi_MatchHid() to check the compatibility ID's if the hardware ID
jhb [Fri, 26 Dec 2003 15:42:13 +0000 (15:42 +0000)]
Fix acpi_MatchHid() to check the compatibility ID's if the hardware ID
doesn't match.

Submitted by: marcel

20 years agoDon't confuse NULL with 0.
obrien [Fri, 26 Dec 2003 14:30:19 +0000 (14:30 +0000)]
Don't confuse NULL with 0.

20 years agoDon't confuse NULL with 0.
obrien [Fri, 26 Dec 2003 14:22:26 +0000 (14:22 +0000)]
Don't confuse NULL with 0.

20 years agoDon't confuse NULL with 0.
obrien [Fri, 26 Dec 2003 14:04:19 +0000 (14:04 +0000)]
Don't confuse NULL with 0.

20 years agoMore holidays in .ru, fixes, strip redundant prefix.
maxim [Fri, 26 Dec 2003 13:04:13 +0000 (13:04 +0000)]
More holidays in .ru, fixes, strip redundant prefix.

Submitted by: osa

20 years agoDon't block SIGTRAP - it makes it hard to debug programs with gdb.
dfr [Fri, 26 Dec 2003 12:11:16 +0000 (12:11 +0000)]
Don't block SIGTRAP - it makes it hard to debug programs with gdb.

Reviewed by: mtm

20 years agoMake sure we initialise dirp->dd_size if we aren't reading a unionfs
dfr [Fri, 26 Dec 2003 12:00:46 +0000 (12:00 +0000)]
Make sure we initialise dirp->dd_size if we aren't reading a unionfs
directory.

Special thanks to: valgrind

20 years agoo Actually add -x option: probeonly assigment was missed
maxim [Fri, 26 Dec 2003 10:01:29 +0000 (10:01 +0000)]
o Actually add -x option: probeonly assigment was missed
in rev. 1.15 pccardd.c.

Reported by:            osa
OK'ed by:               imp
MFC after:              2 weeks

20 years agoPreparations to make libthr work in multi-threaded fork()ing applications.
mtm [Fri, 26 Dec 2003 08:16:17 +0000 (08:16 +0000)]
Preparations to make libthr work in multi-threaded fork()ing applications.

o Remove some code duplication between _thread_init(), which is run once
  to initialize libthr and the intitial thread, and pthread_create(), which
  initializes newly created threads, into a new function called from both
  places: init_td_common()
o Move initialization of certain parts of libthr into a separate
  function. These include:
- Active threads list and it's lock
- Dead threads list and it's lock & condition variable
- Naming and insertion of the initial thread into the
  active threads list.

20 years agoAttempt to handle the status field in the ndis_packet oob area correctly.
wpaul [Fri, 26 Dec 2003 07:01:05 +0000 (07:01 +0000)]
Attempt to handle the status field in the ndis_packet oob area correctly.

For received packets, an status of NDIS_STATUS_RESOURCES means we need
to copy the packet data and return the ndis_packet to the driver immediatel.
NDIS_STATUS_SUCCESS means we get to hold onto the packet, but we have
to set the status to NDIS_STATUS_PENDING so the driver knows we're
going to hang onto it for a while.

For transmit packets, NDIS_STATUS_PENDING means the driver will
asynchronously return the packet to us via the ndis_txeof() routine,
and NDIS_STATUS_SUCCESS means the driver sent the frame, and NDIS
(i.e. the OS) retains ownership of the packet and can free it
right away.

20 years agoGC the AMD64 special handling.
obrien [Fri, 26 Dec 2003 06:11:43 +0000 (06:11 +0000)]
GC the AMD64 special handling.

20 years agoregen (__restrict)
alfred [Fri, 26 Dec 2003 05:58:32 +0000 (05:58 +0000)]
regen (__restrict)

20 years agoPut restrict back in, the compilation failure was my fault when I
alfred [Fri, 26 Dec 2003 05:58:16 +0000 (05:58 +0000)]
Put restrict back in, the compilation failure was my fault when I
did a bad merge from the PR.

Thanks to Bruce Evans for explaining.

20 years agoAdd __restrict qualifiers to copyinfrom, copyinstrfrom, copystr, copyinstr,
alfred [Fri, 26 Dec 2003 05:54:35 +0000 (05:54 +0000)]
Add __restrict qualifiers to copyinfrom, copyinstrfrom, copystr, copyinstr,
copyin and copyout.

20 years agoProperly initialize all members of the sentinel entry.
obrien [Fri, 26 Dec 2003 05:36:08 +0000 (05:36 +0000)]
Properly initialize all members of the sentinel entry.

20 years agoThe record's stuck. The record's stuck. The record's stuck.
imp [Fri, 26 Dec 2003 04:30:01 +0000 (04:30 +0000)]
The record's stuck.  The record's stuck.  The record's stuck.
Remove a rendundant $FreeBSD$

20 years agoDocumented the new parameter cron_dst.
babkin [Fri, 26 Dec 2003 03:41:27 +0000 (03:41 +0000)]
Documented the new parameter cron_dst.

20 years agoBack out the last batch of changes until I have a chance to properly
wpaul [Fri, 26 Dec 2003 03:31:34 +0000 (03:31 +0000)]
Back out the last batch of changes until I have a chance to properly
evaluate them. Whatever they're meant to do, they're doing it wrong.

Also:

- Clean up last bits of NULL fallout in subr_pe
- Don't let ndis_ifmedia_sts() do anything if the IFF_UP flag isn't set
- Implement NdisSystemProcessorCount() and NdisQueryMapRegisterCount().

20 years agoMerged from sys/dev/sio/sio.c revision 1.417.
bde [Fri, 26 Dec 2003 03:06:11 +0000 (03:06 +0000)]
Merged from sys/dev/sio/sio.c revision 1.417.

20 years agoDon't call the miniport driver's releasepacket function unless the
green [Fri, 26 Dec 2003 02:20:54 +0000 (02:20 +0000)]
Don't call the miniport driver's releasepacket function unless the
packet being freed has NDIS_STATUS_PENDING in the status field of
the OOB data.  Finish implementing the "alternative" packet-releasing
function so it doesn't crash.

For those that are curious about ndis0: <ORiNOCO 802.11abg ComboCard Gold>:
1123 packets transmitted, 1120 packets received, 0% packet loss
round-trip min/avg/max/stddev = 3.837/6.146/13.919/1.925 ms

Not bad!

20 years agoIn socket(2) we only need Giant around the call to socreate, so just
dwmalone [Thu, 25 Dec 2003 23:44:38 +0000 (23:44 +0000)]
In socket(2) we only need Giant around the call to socreate, so just
grab it there.

20 years agoDon't TAILQ_INIT kq_head twice, once is enough.
dwmalone [Thu, 25 Dec 2003 23:42:36 +0000 (23:42 +0000)]
Don't TAILQ_INIT kq_head twice, once is enough.

20 years agoWhen calculating the sequence number to use in an ip6fw reset, remember to
dwmalone [Thu, 25 Dec 2003 23:39:44 +0000 (23:39 +0000)]
When calculating the sequence number to use in an ip6fw reset, remember to
add one if the SYN flag was set in the original packet. This seems to make
ip6fw reset work correctly for new and in-progress connections. Update
the man page to reflect the fact it now seems to work.

Glanced at by: ume
MFC after: 2 weeks

20 years agoAdded support for intelligent handling of DST transitions in cron.
babkin [Thu, 25 Dec 2003 23:29:19 +0000 (23:29 +0000)]
Added support for intelligent handling of DST transitions in cron.

reviewed by: imp

20 years agoVastly improve performance of IRQ handling on stopped interfaces with
phk [Thu, 25 Dec 2003 22:14:25 +0000 (22:14 +0000)]
Vastly improve performance of IRQ handling on stopped interfaces with
this driver by introducing a flag saying we already stopped the device.

On my Soekris net4801, this took a ping -i 0.001 from spending 80% of
time in interrupt handling to 10% (approx numbers).

This was a particular problem for the net4801 because the tree
interfaces share the same interrupt, but it would be a problem for
any configuration where an unused if_sis interface shares an interrupt
with a busy device.

Other drivers may have similar problems.

Thanks to: Luigi

20 years agoGive the timer API one last overhaul: this time, use the new callout
wpaul [Thu, 25 Dec 2003 21:34:16 +0000 (21:34 +0000)]
Give the timer API one last overhaul: this time, use the new callout
API instead of the old timeout/untimeout mechanism.

20 years agoTry to simplify the SiS probe. If SiS stays with the current schema for
sos [Thu, 25 Dec 2003 19:37:11 +0000 (19:37 +0000)]
Try to simplify the SiS probe. If SiS stays with the current schema for
new nothbridges we should even find the southbridge and be able to
use it (if its one we know that is).

20 years agoDon't add CWARNFLAGS to CFLAGS here, they were already added by bsd.sys.mk.
ru [Thu, 25 Dec 2003 14:07:52 +0000 (14:07 +0000)]
Don't add CWARNFLAGS to CFLAGS here, they were already added by bsd.sys.mk.

20 years agoFixed another 0 (actually '\0') vs / NULL mixup. This completes
bde [Thu, 25 Dec 2003 11:17:01 +0000 (11:17 +0000)]
Fixed another 0 (actually '\0') vs / NULL mixup.  This completes
unbreaking LINT on i386's.

20 years agoQuick fix for LINT breakage caused by interface changes in accept(2), etc.
bde [Thu, 25 Dec 2003 09:59:02 +0000 (09:59 +0000)]
Quick fix for LINT breakage caused by interface changes in accept(2), etc.
The log message for rev.1.160 of kern/uipc_syscalls.c and associated
changes only claimed to add restrict qualifiers (which have no effect in
the kernel so they probably shouldn't be added), but the following
interface changes were also made:
- caddr_t to `void *' and `struct sockaddr_t *'
- `int *' to `socklen_t *'.
These interface changes are not quite null, and this fix is quick (like
the changes in uipc_syscalls 1.160) because it uses bogus casts instead
of complete bounds-checked conversions.

Things should be fixed better when the conversions can be done without
using the stack gap.  linux_check_hdrincl() already uses the stack gap
and is fixed completely though the type mismatches in it were not fatal
(there were only fatal type mismatches from unopaquing pointers to
[o]sockaddr't's -- the difference between accept()'s args and oaccept()'s
args is now non-opaque, but this is not reflected in their args structs).

20 years ago- In ndis_intr(), don't do any interrupt processing if the IFF_UP
wpaul [Thu, 25 Dec 2003 09:44:49 +0000 (09:44 +0000)]
- In ndis_intr(), don't do any interrupt processing if the IFF_UP
  flag isn't set.
- In ndis_attach(), halt the NIC before exiting the routine. Calling
  ndis_init() will bring it up again, and we don't want it running
  (and potentially generating interrupts) until we're ready to deal
  with it.

20 years agoAvoid using any of the ndis_packet/ndis_packet_private fields for
wpaul [Thu, 25 Dec 2003 06:04:40 +0000 (06:04 +0000)]
Avoid using any of the ndis_packet/ndis_packet_private fields for
mbuf<->packet housekeeping. Instead, add a couple of extra fields
to the end of ndis_packet. These should be invisible to the Windows
driver module.

This also lets me get rid of a little bit of evil from ndis_ptom()
(frobbing of the ext_buf field instead of relying on the MEXTADD()
macro).

20 years agoRemove an unused variable.
dwmalone [Thu, 25 Dec 2003 01:32:55 +0000 (01:32 +0000)]
Remove an unused variable.
Add some missing constness.

20 years agoNULL fallout
sam [Thu, 25 Dec 2003 01:23:38 +0000 (01:23 +0000)]
NULL fallout

20 years agoFix another 0 / NULL mixup.
silby [Thu, 25 Dec 2003 01:17:27 +0000 (01:17 +0000)]
Fix another 0 / NULL mixup.

20 years ago- Add stubs for Ndis*File() functions
wpaul [Thu, 25 Dec 2003 00:40:02 +0000 (00:40 +0000)]
- Add stubs for Ndis*File() functions
- Fix ndis_time().
- Implement NdisGetSystemUpTime().
- Implement RtlCopyUnicodeString() and RtlUnicodeStringToAnsiString().
- In ndis_getstate_80211(), use sc->ndis_link to determine connect
  status.

Submitted by:  Brian Feldman <green@freebsd.org>

20 years ago- Fix some compiler warnings in subr_pe.c
wpaul [Wed, 24 Dec 2003 21:21:18 +0000 (21:21 +0000)]
- Fix some compiler warnings in subr_pe.c
- Add explicit cardbus attachment in if_ndis.c
- Clean up after moving bus_setup_intr() in ndis_attach().
- When setting an ssid, program an empty ssid as a 1-byte string
  with a single 0 byte. The Microsoft documentation says this is
  how you're supposed to tell the NIC to attach to 'any' ssid.
- Keep trace of callout handles for timers externally from the
  ndis_miniport_timer structs, and run through and clobber them
  all after invoking the haltfunc just in case the driver left one
  running. (We need to make sure all timers are cancelled on driver
  unload.)
- Handle the 'cancelled' argument in ndis_cancel_timer() correctly.

20 years agoEnable IPv6 by default but make it optional so it doesn't affect
gshapiro [Wed, 24 Dec 2003 21:15:09 +0000 (21:15 +0000)]
Enable IPv6 by default but make it optional so it doesn't affect
sites without IPv6.

Submitted by: ume
Obtained from: NetBSD
MFC after: 1 week

20 years agoDon't use NULL with integral types.
marcel [Wed, 24 Dec 2003 19:55:07 +0000 (19:55 +0000)]
Don't use NULL with integral types.

20 years agoregen (after removal of restrict)
alfred [Wed, 24 Dec 2003 19:10:16 +0000 (19:10 +0000)]
regen (after removal of restrict)

20 years agoWe're not ready for restrict qualifiers here.
alfred [Wed, 24 Dec 2003 19:09:45 +0000 (19:09 +0000)]
We're not ready for restrict qualifiers here.

20 years agofix warnings. NULL -> 0
alfred [Wed, 24 Dec 2003 19:00:49 +0000 (19:00 +0000)]
fix warnings. NULL -> 0

20 years agoNULL -> 0
alfred [Wed, 24 Dec 2003 18:59:20 +0000 (18:59 +0000)]
NULL -> 0

20 years agoAdd restrict qualifiers. (docs)
alfred [Wed, 24 Dec 2003 18:52:41 +0000 (18:52 +0000)]
Add restrict qualifiers. (docs)

PR: 44394
Submitted by: Craig Rodrigues <rodrige@attbi.com>

20 years agoregen
alfred [Wed, 24 Dec 2003 18:52:09 +0000 (18:52 +0000)]
regen

20 years agoNULL -> 0 where appropriate.
alfred [Wed, 24 Dec 2003 18:51:01 +0000 (18:51 +0000)]
NULL -> 0 where appropriate.

20 years agoAdd restrict qualifiers.
alfred [Wed, 24 Dec 2003 18:47:43 +0000 (18:47 +0000)]
Add restrict qualifiers.

PR: 44394
Submitted by: Craig Rodrigues <rodrige@attbi.com>

20 years agochange NULL to 0 to silence warning.
alfred [Wed, 24 Dec 2003 18:23:02 +0000 (18:23 +0000)]
change NULL to 0 to silence warning.

20 years agoNULL is not 0.
ume [Wed, 24 Dec 2003 18:22:04 +0000 (18:22 +0000)]
NULL is not 0.

Submitted by: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>

20 years agocorrect bridge_version: replace unexpanded RCS keywords by a fixed string
sam [Wed, 24 Dec 2003 17:47:45 +0000 (17:47 +0000)]
correct bridge_version: replace unexpanded RCS keywords by a fixed string

PR: kern/60251

20 years agoDocument that when we are addressing an open()/close() race, the reason
rwatson [Wed, 24 Dec 2003 17:13:01 +0000 (17:13 +0000)]
Document that when we are addressing an open()/close() race, the reason
we call vn_close() manually rather than letting fdrop() take care of it
is that we haven't yet hooked up the various 'struct file' fields.

20 years agoo Legitimate -f (force) flags for -p (preprocessor) case.
maxim [Wed, 24 Dec 2003 13:04:04 +0000 (13:04 +0000)]
o Legitimate -f (force) flags for -p (preprocessor) case.

PR: bin/60433
Submitted: Bjoern A. Zeeb
MFC after: 3 weeks

20 years agoFix reference to firewire(4).
simokawa [Wed, 24 Dec 2003 12:58:35 +0000 (12:58 +0000)]
Fix reference to firewire(4).

Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>

20 years agoProperly spell make binary as ${MAKE}.
ru [Wed, 24 Dec 2003 10:59:33 +0000 (10:59 +0000)]
Properly spell make binary as ${MAKE}.

This fixes buildworld for systems with old make(1) binaries.

Reported by: Benjamin Close

20 years agoProperly advance "x/y/z" form slash-pointers in some rare cases
ache [Wed, 24 Dec 2003 10:16:46 +0000 (10:16 +0000)]
Properly advance "x/y/z" form slash-pointers in some rare cases

PR:             60539

20 years agoMake systat -net aware of compressed time_wait sockets.
silby [Wed, 24 Dec 2003 08:54:53 +0000 (08:54 +0000)]
Make systat -net aware of compressed time_wait sockets.

20 years agoReturn AE_OK for stub functions returning ACPI_STATUS, not NULL
peter [Wed, 24 Dec 2003 05:26:26 +0000 (05:26 +0000)]
Return AE_OK for stub functions returning ACPI_STATUS, not NULL

20 years agoFix 0 / NULL mixup (this module isn't in LINT!)
peter [Wed, 24 Dec 2003 05:24:24 +0000 (05:24 +0000)]
Fix 0 / NULL mixup  (this module isn't in LINT!)

20 years agoFixed breakage of a check for boolean true by misusing NULL in rev.1.407.
bde [Wed, 24 Dec 2003 04:11:10 +0000 (04:11 +0000)]
Fixed breakage of a check for boolean true by misusing NULL in rev.1.407.
This became fatal when the type of NULL was changed recently.

20 years agoMove the acpi module down a directory. This will allow us to import
njl [Wed, 24 Dec 2003 03:49:38 +0000 (03:49 +0000)]
Move the acpi module down a directory.  This will allow us to import
other ACPI-specific drivers into sys/modules/acpi/.

20 years agoMinor whitespace changes to conform better to stlye(9) and reduce diffs
imp [Wed, 24 Dec 2003 02:01:22 +0000 (02:01 +0000)]
Minor whitespace changes to conform better to stlye(9) and reduce diffs
with uncommitted changes I have in p4.