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
*
Re-worded the NetWare support following some notes from Boris.
wes
2000-01-27
1
-3
/
+3
*
Fix ctags from core dumping on alpha. Let the diffs out to review,
mjacob
2000-01-27
1
-5
/
+9
*
Quick fix for stack overflow when there are more than about 25 slices.
bde
2000-01-27
1
-10
/
+27
*
Use a long line instead splitting a line with backslash-newline in synopsis.
bde
2000-01-27
1
-2
/
+1
*
Fixed wrong includes in synopsis.
bde
2000-01-27
1
-8
/
+11
*
Add control message ASCII conversion for this node type.
archie
2000-01-27
2
-4
/
+62
*
Add soft updates to the set of things being tagged. Syntax cleanup.
mckusick
2000-01-27
3
-3
/
+6
*
If we're in callback mode, don't forget this fact when we
brian
2000-01-27
1
-0
/
+2
*
Actually ignore comments at the end of lines - broken with the commit
brian
2000-01-27
1
-1
/
+1
*
Document the memory leak that is inherent in FreeBSD's semantics
archie
2000-01-26
1
-0
/
+15
*
Fix catastrophic bug in NQNFS related to UDP mounts. The 'nqhost'
dillon
2000-01-26
2
-26
/
+20
*
handle simplex devices right
cg
2000-01-26
1
-1
/
+1
*
Document the -X flag.
archie
2000-01-26
1
-1
/
+8
*
Add the -X flag to dump the buffer in "emacs-hexl" style,
archie
2000-01-26
1
-30
/
+99
*
Merge from PAO; Add new keywords for pccard.conf, auto and default.
iwasaki
2000-01-26
4
-7
/
+92
*
Sigh. Really fix it this time. It seems the first time through the
peter
2000-01-26
1
-1
/
+4
*
Fix world breakage (kdump, truss) causes by rev 1.107 (adding dev/usb).
peter
2000-01-26
1
-1
/
+8
*
Add notes about NWFS client and NCP library for Boris.
wes
2000-01-26
1
-0
/
+4
*
Revision 1.3 is now taken care of in the base ncurses source.
peter
2000-01-26
1
-7
/
+9
*
Add the new version.c file for curses_version(3)
peter
2000-01-26
2
-0
/
+2
*
This commit was generated by cvs2svn to compensate for changes in r56639,
peter
2000-01-26
85
-1599
/
+4649
|
\
|
*
Import ncurses-5.0-release to update the 5.0-prerelease that we had.
peter
2000-01-26
86
-1601
/
+4657
*
|
A few more touchups:
rwatson
2000-01-26
7
-150
/
+197
*
|
Re-add vpo. I've just re-tested this in a 'make world' on a December
peter
2000-01-26
1
-1
/
+1
*
|
Removed 3rd arg from bindresvport_sa() call, because the 3rd arg have been
shin
2000-01-26
1
-2
/
+1
*
|
Fix timestamp handling.
des
2000-01-26
1
-5
/
+7
*
|
Synced with sys/i386/isa/isa_compat.h and pcaudio.c revisions 1.26 and
kato
2000-01-26
2
-33
/
+38
*
|
Synced with sys/i386/isa/npx.c rev 1.79.
kato
2000-01-26
1
-10
/
+9
*
|
Properly teardown the allocated and initialised stuff when an error
n_hibma
2000-01-26
4
-76
/
+86
*
|
Improved English in the messages printed by diskerr().
bde
2000-01-26
1
-16
/
+15
*
|
Don't set ivars until we checked the return value from device_add_child.
n_hibma
2000-01-26
4
-4
/
+4
*
|
bindresvport related changes
shin
2000-01-26
5
-76
/
+139
*
|
Add comments
n_hibma
2000-01-26
1
-6
/
+27
*
|
Fix getaddrinfo() behaviour to be more compliant with RFC2553. Patches are
shin
2000-01-26
1
-116
/
+17
*
|
Use a more conventional copyright message.
peter
2000-01-26
1
-9
/
+14
*
|
Minor fixes to library interface to improve POSIX.1e compliance. This
rwatson
2000-01-26
19
-161
/
+139
*
|
Remove `vpo' with a vengeance -- "EXAMPLE" modules have *NO* business
obrien
2000-01-26
1
-1
/
+1
*
|
Correctly initialise the available IRQ numbers in the APIC_IO case.
msmith
2000-01-26
4
-36
/
+48
*
|
Don't use ATM on the alpha - it #errors out.
brian
2000-01-26
1
-1
/
+5
*
|
if_tun is out of here -- it can come back with it stops breaking the
obrien
2000-01-26
1
-2
/
+2
*
|
The ppc driver has moved to sys/isa.
dfr
2000-01-25
2
-2235
/
+0
*
|
Get the ppc driver from sys/isa instead of sys/i386/isa.
dfr
2000-01-25
1
-1
/
+1
*
|
Make this lot build on alpha.
dfr
2000-01-25
3
-4
/
+6
*
|
* Don't use ivars to access resources, bus_set/get_resource is much better.
dfr
2000-01-25
2
-20
/
+52
*
|
Convert pca driver to newbus and add PnP ids.
dfr
2000-01-25
2
-24
/
+35
*
|
Use device_printf() instead of device_print_prettyname().
dfr
2000-01-25
3
-30
/
+27
*
|
Because we added 4 bytes to the inquiry data size, we need to
mjacob
2000-01-25
1
-1
/
+1
*
|
Add a reference to ng_ether(8).
archie
2000-01-25
30
-26
/
+64
*
|
Add a reference to ng_bpf(8).
archie
2000-01-25
1
-1
/
+2
*
|
New man page ng_ether(8) describing the netgraph capabilities of
archie
2000-01-25
3
-1
/
+229
[next]