index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
This commit was generated by cvs2svn to compensate for changes in r167961,
delphij
2007-03-28
1
-2
/
+3
|
\
|
*
Import netcat as of today's OPENBSD_4_1 snapshot.
delphij
2007-03-28
3
-30
/
+29
*
|
Remove stale comment about not enabling inpcb and inpcbinfo lock assertions
rwatson
2007-03-28
1
-5
/
+0
*
|
New release notes:
brueffer
2007-03-27
1
-8
/
+32
*
|
Clarify the definition of the watchdog kernel interface by moving a sentence up
n_hibma
2007-03-27
1
-8
/
+6
*
|
Add MLINKs for priv(9) functions.
brueffer
2007-03-27
1
-0
/
+2
*
|
Revisit the watchdogs: Resetting the error to EINVAL after failing to set the
n_hibma
2007-03-27
9
-21
/
+15
*
|
Fix regression in rev. 1.140.
glebius
2007-03-27
1
-6
/
+7
*
|
Sort.
jhb
2007-03-27
1
-1
/
+1
*
|
Don't assume the run bit is still set after a suspend.
julian
2007-03-27
1
-0
/
+1
*
|
Correct HPET header handling.
takawata
2007-03-27
2
-3
/
+3
*
|
Align 'struct thread' on 16 byte boundaries so that the lower 4 bits are
jhb
2007-03-27
2
-2
/
+2
*
|
Fix a case where hardware removal of an interface caused an attempt to
bms
2007-03-27
2
-5
/
+13
*
|
Fix a bug which could lead to receive side lockup when WC is disabled.
gallatin
2007-03-27
1
-0
/
+1
*
|
Fix a comment grammar nit.
jhb
2007-03-27
1
-1
/
+1
*
|
In account management, verify whether the account has been locked
yar
2007-03-27
2
-3
/
+22
*
|
Prevent a race between vm_object_collapse() and vm_object_split() from
alc
2007-03-27
1
-0
/
+8
*
|
Don't map mini-data cache page since ARM920T doesn't have it.
kevlo
2007-03-27
1
-5
/
+0
*
|
PowerPC is the only architecture with mpsafe_vfs=0. This is now
marcel
2007-03-27
1
-4
/
+0
*
|
Describe the contents of the "ar_name" and "ar_rawname" fields of
jkoshy
2007-03-27
1
-6
/
+6
*
|
Bug fixes to ar(1) archive handling:
jkoshy
2007-03-27
1
-13
/
+31
*
|
Introduce the new option -M to allow to set the permissions of
le
2007-03-26
3
-8
/
+31
*
|
- Use '*h' instead of 'struct acpi_spinlock' for sizeof[1].
jkim
2007-03-26
1
-2
/
+2
*
|
Check if the new user already exists right after entering the
le
2007-03-26
1
-2
/
+8
*
|
Annotate that this giant acqusition is dependent on tty locking.
kris
2007-03-26
1
-2
/
+2
*
|
Correct ACPI semaphore function parameters.
jkim
2007-03-26
1
-4
/
+4
*
|
Fix setting of serial port speed. A junk value was passed in AX when
thomas
2007-03-26
1
-1
/
+1
*
|
make_dev(9) can be (and is) called without Giant, so there is no need to
kris
2007-03-26
1
-8
/
+0
*
|
Remove unnecessary giant acquisition around panic in #ifdef DIAGNOSTIC
kris
2007-03-26
2
-4
/
+0
*
|
Free the handle, not the lock. Pointy hat to me.
jkim
2007-03-26
1
-1
/
+1
*
|
Correct ACPI spinlock function parameters and use known ACPI spinlock names.
jkim
2007-03-26
1
-20
/
+25
*
|
Change the VPD code to read the VPD data on-demand when a driver asks for
jhb
2007-03-26
2
-30
/
+14
*
|
Use a unique name for each mutex now that acpi-ca is creating more than
njl
2007-03-26
1
-2
/
+11
*
|
o Update a comment: sonewconn() lives in uipc_socket.c now.
maxim
2007-03-26
1
-1
/
+1
*
|
Bump FreeBSD version for inclusion of CPU frequency change notifiers.
njl
2007-03-26
1
-1
/
+1
*
|
Add an interface for drivers to be notified of changes to CPU frequency.
njl
2007-03-26
10
-48
/
+406
*
|
Avoid manipulating semu_list outside of the scope of SEMUNDO_LOCK(). This
emaste
2007-03-26
1
-2
/
+5
*
|
Clarify memory management rules for pmc_cpuinfo().
jkoshy
2007-03-26
1
-1
/
+4
*
|
Following movement of functions from uipc_socket2.c to uipc_socket.c and
rwatson
2007-03-26
2
-40
/
+39
*
|
Document the return type of elf_rand(3) correctly.
jkoshy
2007-03-26
1
-1
/
+1
*
|
Fix a silly bogon that broke ibcs2_rename().
jhb
2007-03-26
1
-1
/
+1
*
|
Initialize vfslocked to 0 before nfsm_srvmtofh() so that the variable is
jhb
2007-03-26
1
-0
/
+1
*
|
- Fix typo
gabor
2007-03-26
1
-1
/
+1
*
|
Fix some statements in disc(4) and about it:
yar
2007-03-26
2
-3
/
+3
*
|
Give a hint that softc can contain many things besides ifp.
yar
2007-03-26
1
-0
/
+5
*
|
Complete removal of uipc_socket2.c by moving the last few functions to
rwatson
2007-03-26
4
-398
/
+350
*
|
We no longer embed ifnet in softc, and the pointer to ifnet
yar
2007-03-26
1
-4
/
+4
*
|
Adding tests for Camellia which will be added to the tree soon.
gnn
2007-03-26
2
-2
/
+14
*
|
Introduce a new toy interface, edsc(4). It's a discard interface
yar
2007-03-26
1
-0
/
+349
*
|
Introduce a new toy interface, edsc(4). It's a discard interface
yar
2007-03-26
6
-0
/
+125
[next]