imp
45eec32150
Use tabs instead of spaces to indent, per style(9)
...
Noticed by: njl
2005-06-09 18:46:36 +00:00
pjd
5269cbb9cd
Remove process information leak from inside a jail, when
...
security.bsd.see_other_uids is set to 0, etc.
One can check if invisible process is active, by doing:
# ktrace -p <pid>
If ktrace returns 'Operation not permitted' the process is alive and
if returns 'No such process' there is no such process.
MFC after: 1 week
2005-06-09 18:33:21 +00:00
ups
d9753fcc91
Fix some race conditions for pinned threads that may cause them to run
...
on the wrong CPU.
Add IPI support for preempting a thread on another CPU.
MFC after:3 weeks
2005-06-09 18:26:31 +00:00
ups
ebc4f240c3
Add IPI support for preempting a thread on another CPU.
...
MFC after: 3 weeks
2005-06-09 18:23:54 +00:00
ps
63b2db1458
Fix a mis-merge. Remove a redundant call to tcp_sackhole_insert
...
Submitted by: Mohan Srinivasan
2005-06-09 17:55:29 +00:00
pjd
3af857a21a
Avoid code duplication in serval places by introducing universal
...
kern_getfsstat() function.
Obtained from: jhb
2005-06-09 17:44:46 +00:00
wilko
cd5038ab36
Lucent FW322/323 == Lucent / Agere FW322/323
...
Triggered by: reading the chip markings when adding a FW card to my system.
2005-06-09 17:38:35 +00:00
pjd
5abe7a6d1e
Add a quirk for my pen-drive.
2005-06-09 17:35:04 +00:00
sam
e1999dee5d
pullup security fix on vendor branch
2005-06-09 15:54:42 +00:00
sam
22f120bd5e
This commit was generated by cvs2svn to compensate for changes in r147173,
...
which included commits to RCS files with non-trunk default branches.
2005-06-09 15:42:58 +00:00
sam
a6836add6e
Correct several denial-of-service vulnerabilities in tcpdump.
...
Security: FreeBSD-SA-05:10.tcpdump
Security: CAN-2005-1267, CAN-2005-1278, CAN-2005-1279, CAN-2005-1280
Obtained from: tcpdump.org
2005-06-09 15:42:58 +00:00
ru
e8d7a14e23
Commit some cosmetic fixes I developed some time ago, mostly style but
...
one functional change (fixed exit status from the "get" operation).
2005-06-09 15:27:46 +00:00
cognet
1485792736
Use tabs, not spaces.
...
Reported by: ru
2005-06-09 15:05:09 +00:00
glebius
9eaca7f4b5
Fix exit status. In rev. 1.48 return logic of rtmsg() was confused. This
...
made arp(8) command exit status reversed for -s and -S.
Reported by: sem
MFC after: 2 weeks
2005-06-09 15:00:31 +00:00
ps
0c131b3254
Fix for a crash in tcp_sack_option() caused by hitting the limit on
...
the number of sack holes.
Reported by: Andrey Chernov
Submitted by: Noritoshi Demizu
Reviewed by: Raja Mukerji
2005-06-09 14:01:04 +00:00
cognet
9f2fa9c999
Add ata stuff.
2005-06-09 12:32:15 +00:00
sos
caaf3d4c8e
Use the presence of ctlr->dmainit instead of r_res1 to find out when to
...
initialise DMA.
2005-06-09 12:31:07 +00:00
cognet
cbb8d627a3
- MFp4: modify slightly the arm intr API, there's arm CPUs with more than 32
...
interrupts.
- Implement teardown methods where appropriate.
2005-06-09 12:26:20 +00:00
harti
97eb32fd8d
When returing an RTM_GET message through the routing socket fill
...
in the rtm_index field whenever we have an interface pointer. This
is consistent with the RTM_GET messages returned by sysctl().
2005-06-09 12:20:50 +00:00
keramida
f143307338
Document that /etc/rc.d/ntpdate will read this file to find out a list
...
of NTP hosts, if ntpdate_hosts is unset or empty.
PR: conf/79712
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
mdoc text by: Matteo Riondato <rionda@gufi.org>
2005-06-09 11:25:50 +00:00
ru
c8f81e4253
Refer to the mbuf header length field via the official method.
2005-06-09 10:27:27 +00:00
suz
11400ad9f4
an English grammar fix
...
Reported by: ru
MFC after: 1 day
2005-06-09 09:28:35 +00:00
brueffer
0ff6c6af9c
Intel 31244 support.
2005-06-09 07:51:06 +00:00
imp
6bc1b07ae1
Simplify the code a bit after the bzero().
2005-06-09 05:50:01 +00:00
imp
6d5213bf8c
Don't build PORTS_MODULES if NO_MODULES is defined
2005-06-09 05:38:18 +00:00
jeff
f637381b78
- My sub-par public school education has been exposed. s/sentinal/sentinel/
...
Noticed by: Emil Mikulic
2005-06-09 04:40:20 +00:00
sam
1e8b89e9af
Change station mode beacon timer setup to insure the calculated
...
nextTbtt is always ahead of the h/w TSF.
Reviewed by: avatar
2005-06-09 04:10:01 +00:00
sam
0a48913a6f
o collect dtim period+count from beacons in station mode so drivers
...
can better program beacon timers
o leave placeholder in com structure for future ap/adhoc mode tim support
Reviewed by: avatar
2005-06-09 04:05:43 +00:00
gad
d916eb91e6
Remove the previous parsing-logic for arguments on the '#!'-line of shell
...
scripts. As far as I know, no one has needed the '#!#<' kludge to get at
the behavior implemented by the historical parsing.
2005-06-09 00:27:02 +00:00
suz
0d934928d9
fixed typo
...
Obtained from: KAME
MFC after: 1 day
2005-06-08 23:51:42 +00:00
imp
32f0803c83
My abstracting out the MAC reading code to fix pccard broke pci. Add
...
back the reading of the MAC address in the 'standard' way.
Reported by: Jeremie Le Hen ( jeremie at le-hen dot org )
2005-06-08 23:15:33 +00:00
simon
cf5f249f1e
Correct directory traversal and race condition vulnerabilities in gzip.
...
Security: FreeBSD-SA-05:11.gzip
Security: CAN-2005-0988, CAN-2005-1228
Obtained from: Steve Grubb via RedHat, Debian
Approved by: nectar
2005-06-08 21:25:19 +00:00
sobomax
3d445ed2f2
Regen after addition of linux_getpriority wrapper.
...
PR: kern/81951
Submitted by: Andriy Gapon <avg@icyb.net.ua>
MFC after: 1 week
2005-06-08 20:47:30 +00:00
sobomax
307c6bb149
Properly convert FreeBSD priority values into Linux values in the
...
getpriority(2) syscall.
PR: kern/81951
Submitted by: Andriy Gapon <avg@icyb.net.ua>
2005-06-08 20:41:28 +00:00
jeff
b53b83993c
- Under heavy IO load the buf daemon can run for many hundereds of
...
milliseconds due to what is essentially n^2 algorithmic complexity. This
change makes the algorithm N*2 instead. This heavy processing manifested
itself as skipping in audio and video playback due to the long scheduling
latencies and contention on giant by pcm.
- flushbufqueues() is now responsible for flushing multiple buffers
rather than one at a time. This allows us to save our progress in the
list by using a sentinal. We must do the numdirtywakeup() and
waitrunningbufspace() here now rather than in buf_daemon().
- Also add a uio_yield() after we have processed the list once for bufs
without deps and again for bufs with deps. This is to release Giant
and allow any other giant locked code to proceed.
Tested by: Many users on current@
Revealed by: schedgraph traces sent by Emil Mikulic & Anthony Ginepro
2005-06-08 20:26:05 +00:00
sos
9178faa91c
Add support for the Intel 31244.
...
Most code by the submitters, hammered upon to get the right ATA fell by me.
Submitted by: Olivier Houchard
Submitted by: Jia-Shiun Li
2005-06-08 20:02:55 +00:00
brooks
dbc80a24b5
Add support for /etc/dhclient-exit-hooks file.
...
Tested by: Max Boyarov <max_b at tut dot by>
2005-06-08 18:21:56 +00:00
rodrigc
b2d9df7a8b
Initialize uio_iovcnt to 1 in extattr_list_vp() and extattr_get_vp()
...
PR: kern/79357
Approved by: rwatson
2005-06-08 13:22:10 +00:00
hrs
89e23148a0
Fix section number of hostapd(8) and wpa_supplicant(8).
...
Noticed by: brueffer
Pointy hat to: hrs
2005-06-08 12:57:47 +00:00
hrs
673a7bc2af
New release notes:
...
ichsmb(4) kernel module available,
ifconfig(8) now supports if_bridge(4),
link state change notification sent to /dev/devctl,
_dhcp user/group added,
NetBSD specific rc.d scripts removed,
OpenBSD dhclient imported,
hostapd v0.3.7 imported,
WPA Supplicant v0.3.8 imported, and
pkg_create(1) -R flag added.
Update release notes:
Move "sendmail 8.13.4 import" to the userland changes section.
2005-06-08 08:26:54 +00:00
rwatson
1a25bf9ccd
In sem_forkhook(), don't attempt to generate a copy of the process semaphore
...
list on fork() if the process doesn't actually have references to any
semaphores. This avoids extra work, as well as potentially asking to
allocate storage for 0 references.
Found by: avatar
MFC after: 1 week
2005-06-08 07:29:22 +00:00
yongari
b9243da904
Clarify that systems that have the GPIO pins wired to the hardware
...
volume control need a device resource hint.
Reviewed by: scottl
2005-06-08 05:23:39 +00:00
grog
afbb0263ea
Clarify that gif doesn't do GRE tunnels.
...
MFC after: 2 weeks
2005-06-08 01:53:25 +00:00
brooks
53f83ac2e5
Update to the new world of network configuration. The documenation is
...
slightly ahead of reality as rc support for WPA is only partialy in
place.
Submitted by: Jeremie Le Hen <jeremie at le-hen dot org>
2005-06-08 00:15:36 +00:00
brooks
70938bdd39
Remove default and documenation for pccard_ether_delay since I removed
...
it from /etc/pccard_ether.
Submitted by: Jeremie Le Hen <jeremie at le-hen dot org>
2005-06-08 00:05:58 +00:00
brooks
dc7f878d88
Fix return values of ifconfig_up/down.
...
Reported by: Andrea Campi
2005-06-07 23:59:45 +00:00
sam
258fa861f2
add EAP-TTLS to the EAPOL group; may want a separate knob later
2005-06-07 23:50:37 +00:00
sam
4375d40c7c
Catch up with changes in wpa_supplicant:
...
o reorg driver to consolidate state setup in the associate method
o add set_auth_alg method
o cleanup interface state on deinit
o change associate to use revised MLME ioctl api so we can support
ap_scan=2 methodology
o cleanup associate to support WEP and no cipher cases
o s/__FUNCTION__/__func__/
2005-06-07 23:41:58 +00:00
sam
2a3c2a37f6
Change the MLME ASSOCIATE ioctl to accept either a ssid, a bssid,
...
or a bssid+ssid. This is needed for later versions of wpa_supplicant
and for forthcoming addons to wpa_supplicant.
Note this is an api change and applications must be rebuilt.
2005-06-07 23:37:49 +00:00
sam
7b035d47f2
fix byte order handling: FreeBSD != Linux
2005-06-07 23:33:13 +00:00